https://github.com/grafana/k6-example-data-generation
Example repository showing how to utilise k6 and faker to load test using generated data
https://github.com/grafana/k6-example-data-generation
data-generation examples load-testing performance-testing
Last synced: about 1 year ago
JSON representation
Example repository showing how to utilise k6 and faker to load test using generated data
- Host: GitHub
- URL: https://github.com/grafana/k6-example-data-generation
- Owner: grafana
- Created: 2020-03-11T13:55:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T23:58:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:48:02.450Z (over 1 year ago)
- Topics: data-generation, examples, load-testing, performance-testing
- Language: JavaScript
- Size: 151 KB
- Stars: 52
- Watchers: 143
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# example-data-generation
This example utilizes [faker.js](https://github.com/marak/Faker.js/) to generate realistic data for the test.
For additional context, see [this article on dev.to](https://dev.to/k6/performance-testing-with-generated-data-using-k6-and-faker-2e). Or alternatively, [Load Testing Made Easy with K6: Using Faker Library and CSV Files](https://farhan-labib.medium.com/load-testing-made-easy-with-k6-using-faker-library-and-csv-files-c997d48fb6e2) by Farhan Labib in Medium.