Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update derailed benchmarks (appraisal) #3273

Merged
merged 7 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ group :development do

gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"

# gem "ruby-statistics", "< 4"
# Keep version look on <4 until this PR gets merged and released
# https://github.com/zombocom/derailed_benchmarks/pull/239
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down Expand Up @@ -191,5 +193,3 @@ gem "avo-record_link_field"
gem "pagy", "> 8"

gem "csv"

gem "statistics", "~> 1.0"
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -620,7 +620,6 @@ GEM
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
statistics (1.0.0)
stringio (3.1.1)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
Expand Down Expand Up @@ -740,6 +739,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand All @@ -750,7 +750,6 @@ DEPENDENCIES
spring-commands-rspec
sprockets-rails
standard
statistics (~> 1.0)
test-prof
tzinfo-data
web-console (>= 3.3.0)
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -666,7 +666,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -706,6 +706,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -639,7 +639,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -679,6 +679,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -687,7 +687,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -727,6 +727,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -700,6 +700,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -700,6 +700,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -700,6 +700,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_8.0_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -668,7 +668,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -708,6 +708,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails_8.0_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ group :development do
gem "rubocop-shopify", require: false
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2"
gem "ruby-statistics", "< 4"
end

group :test do
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ GEM
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby-statistics (3.0.2)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -668,7 +668,7 @@ DEPENDENCIES
cuprite
database_cleaner-active_record
debug
derailed_benchmarks (~> 2.1)
derailed_benchmarks (~> 2.1, >= 2.1.2)
devise
dotenv-rails
erb-formatter
Expand Down Expand Up @@ -708,6 +708,7 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
Loading