zombocom / derailed_benchmarks

Go faster, off the Rails - Benchmarks for your whole Rails app
2.96k stars 141 forks source link

Correct logging of unsuccessful curl requests to file #172

Closed Stratus3D closed 3 years ago

Stratus3D commented 4 years ago

The command in backticks only returns a string so no .body method is available. response is a string so we can write it to the file directly.