dotnet / crank

Benchmarking infrastructure for applications
MIT License
970 stars 103 forks source link

fix bombardier miss -b and delete local file #748

Closed catcherwong closed 1 month ago

catcherwong commented 1 month ago

fix #747

test for -b

  load:
      job: bombardier
      variables:
        serverPort: 5000
        path: /
        verb: POST
        body: '{\"name\":\"World\"}'

image

test for delete local file

Should I write a test for this scenario?

sebastienros commented 1 month ago

Thanks for taking care of that. Can you check the changes I did? Feel free to update it too if you want and I'll merge it.

catcherwong commented 1 month ago

LGTM 😄