zombocom / derailed_benchmarks

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

statistics dependency breaking change #248

Closed tatethurston closed 1 month ago

tatethurston commented 1 month ago
`require': cannot load such file -- statistics (LoadError)

https://github.com/estebanz01/ruby-statistics/releases/tag/4.0.1 changed the library name / require statement:

- require 'statistics'
+ require 'ruby-statistics'

lib/derailed_benchmarks/stats_from_dir.rb is using the former require statement, which now breaks under ruby-statistics 4.0.1

tatethurston commented 1 month ago

Ah looks like this is fixed in https://github.com/zombocom/derailed_benchmarks/pull/241, pending release