-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
- no idea if this will be easy to do - maybe faker has an API to load data and we can just hijack that π€·
- current v7 seems to have problems due to using ESM and JavaScript spread operator throws error with params objectΒ k6#824 (comment)
- old v3.1.0 will take nearly 8gb for 1000 VUs with this script
import Faker from 'https://cdnjs.cloudflare.com/ajax/libs/Faker/3.1.0/faker.min.js'
export default function(){
Faker.phone.phoneNumber()
}
which is ... pretty bad.
kempsterckempsterc
Metadata
Metadata
Assignees
Labels
No labels