Testing With Bombardier
Load Testing with Bombardier
You can load test with bombardier, using something like this:
bombardier -c 125 -n 10000 http://localhost:3000/theaters -f body.json -m POST -H 'Content-Type: application/json'
May 12, 20231 min read
Testing With Bombardier
You can load test with bombardier, using something like this:
bombardier -c 125 -n 10000 http://localhost:3000/theaters -f body.json -m POST -H 'Content-Type: application/json'