zombocom / derailed_benchmarks

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

Better error raising #127

Closed yjukaku closed 5 years ago

yjukaku commented 5 years ago

Use exit(1) instead of raise when the app responds with an error. We want this because the latter causes bundler to think that there's a bug in the derailed command, and you get the error message indicated in #112.

Closes #112.

schneems commented 5 years ago

Thanks!