Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,8 @@ Each PBT comes with overlapping unit tests, and information about the functions
|
|
| 17 |
|
| 18 |
This data was scraped by [Benchify](https://www.benchify.com/). We scraped Hypothesis PBTs for about 24 hours, and Typescript PBTs for about 8 hours, using our own proprietary Github scraper. In each case we turned our scraper off when, anecdotally, we felt it had hit an asymptote in terms of finding new PBTs. However, the choice of *when* to turn the scraper off was unscientific in nature and so the relative sizes of these datasets should not be viewed as a scientific measurement of the popularity of each framework (absolutely or relatively), despite the fact that it probably does roughly reflect that information.
|
| 19 |
|
|
|
|
|
|
|
| 20 |
## Dataset Description
|
| 21 |
|
| 22 |
This dataset contains code examples from thousands of GitHub repositories, focusing on property-based testing using [Hypothesis](https://hypothesis.readthedocs.io/en/latest/) (Python) and [Fast-Check](https://fast-check.dev/) (TypeScript).
|
|
|
|
| 17 |
|
| 18 |
This data was scraped by [Benchify](https://www.benchify.com/). We scraped Hypothesis PBTs for about 24 hours, and Typescript PBTs for about 8 hours, using our own proprietary Github scraper. In each case we turned our scraper off when, anecdotally, we felt it had hit an asymptote in terms of finding new PBTs. However, the choice of *when* to turn the scraper off was unscientific in nature and so the relative sizes of these datasets should not be viewed as a scientific measurement of the popularity of each framework (absolutely or relatively), despite the fact that it probably does roughly reflect that information.
|
| 19 |
|
| 20 |
+
**Note**: This dataset consists of multiple `jsonl` files. The HuggingFace dataset viewer only shows the first one, containing Python functions under test. To see the rest, look [here](https://huggingface.co/datasets/Benchify/realpbt/tree/main).
|
| 21 |
+
|
| 22 |
## Dataset Description
|
| 23 |
|
| 24 |
This dataset contains code examples from thousands of GitHub repositories, focusing on property-based testing using [Hypothesis](https://hypothesis.readthedocs.io/en/latest/) (Python) and [Fast-Check](https://fast-check.dev/) (TypeScript).
|