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.58k stars 210 forks source link

Cannot find package microprofiler imported from /node_modules/loadtest/lib/parser.js #224

Closed shoaib9121 closed 1 year ago

shoaib9121 commented 1 year ago

In node js app, Getting error Cannot find package microprofiler imported from /node_modules/loadtest/lib/parser.js. Tried installing loadtest locally, globally. None have worked.

/package.json

"scripts": {
    "loadtest": "npx loadtest -n 1200 -c 400 -k http://localhost:3000/"
  },
alexfernandez commented 1 year ago

Sorry, that was a bit of testing code that should never have reached production. Removed now!

Fixed in v8.0.2 just released. Thanks for the report!