Skip to content

Commit

Permalink
Remove old benchmarks (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored Nov 23, 2023
1 parent b4c9019 commit adc07c4
Show file tree
Hide file tree
Showing 510 changed files with 0 additions and 952 deletions.
30 changes: 0 additions & 30 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,26 +372,6 @@ orbs:
root: .
paths:
- coverage
benchmark:
<<: *test_job_default
docker:
- <<: *container_base
- *container_postgres
- *container_redis
- *container_testagent
steps:
- restore_cache:
keys:
- '{{ .Environment.CIRCLE_CACHE_VERSION }}-bundled-repo-<<parameters.ruby_version>>-{{ .Environment.CIRCLE_SHA1 }}'
- restore_cache:
keys:
- bundle-{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ checksum ".circleci/images/primary/binary_version" }}-<<parameters.ruby_version>>-{{ checksum "lib/ddtrace/version.rb" }}-{{ .Branch }}-{{ checksum ".circleci/bundle_checksum" }}
- run:
name: Run Benchmark
command: bundle exec appraisal rails5-postgres-sidekiq ruby benchmarks/sidekiq_test.rb 2>&1 1> /dev/null | tee benchmark_results.csv
- run:
name: Run Benchmark without ddtracer
command: rm -f lib/ddtrace.rb && bundle exec appraisal rails5-postgres-sidekiq ruby benchmarks/sidekiq_test.rb 2>&1 1> /dev/null | tee benchmark_results.csv
lint:
<<: *test_job_default
steps:
Expand Down Expand Up @@ -659,11 +639,6 @@ workflows:
name: test-2.3
requires:
- build-2.3
- orb/benchmark:
<<: *config-2_3
name: benchmark-2.3
requires:
- build-2.3
- orb/build:
<<: *config-2_4
name: build-2.4
Expand Down Expand Up @@ -841,11 +816,6 @@ workflows:
name: test-2.3
requires:
- build-2.3
- orb/benchmark:
<<: *config-2_3
name: benchmark-2.3
requires:
- build-2.3
- orb/build:
<<: *config-2_4
name: build-2.4
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ else
gem 'rspec_junit_formatter', '<= 0.4.1'
end
gem 'rspec_n', '~> 1.3' if RUBY_VERSION >= '2.4.0'
gem 'ruby-prof', '~> 1.4' if RUBY_PLATFORM != 'java' && RUBY_VERSION >= '2.4.0'
if RUBY_VERSION >= '2.5.0'
# Merging branch coverage results does not work for old, unsupported rubies.
# We have a fix up for review, https://github.com/simplecov-ruby/simplecov/pull/972,
Expand Down
9 changes: 0 additions & 9 deletions benchmarks/postgres_database.yml

This file was deleted.

153 changes: 0 additions & 153 deletions benchmarks/sidekiq_test.rb

This file was deleted.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_activerecord_4.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gemfiles/ruby_2.4_activerecord_4.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_activesupport.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gemfiles/ruby_2.4_activesupport.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_aws.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gemfiles/ruby_2.4_aws.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_contrib.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gemfiles/ruby_2.4_contrib.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_contrib_old.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gemfiles/ruby_2.4_contrib_old.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_core_old.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gemfiles/ruby_2.4_core_old.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_elasticsearch_7.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gemfiles/ruby_2.4_elasticsearch_7.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gemfiles/ruby_2.4_hanami_1.gemfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit adc07c4

Please sign in to comment.