alexfernandez / loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.
MIT License
2.57k stars 209 forks source link

use it globally installed with a generator.js in current dir? #225

Open malexandrum opened 11 months ago

malexandrum commented 11 months ago

loadtest -R './generator.js' http://localhost/ Is this supported?

alexfernandez commented 11 months ago

Sure, you should have no issues with it. It is loaded with import() as you can see here, let me know if it doesn't work.