Skip to content

Remove c-driver-benchmark-mongo32 from mongo-c-driver-perf #933

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

Merged
merged 1 commit into from
Jan 28, 2022
Merged
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
14 changes: 1 addition & 13 deletions .evergreen/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ variables:

## Common download urls (merge in as hashes)
mongo_download_url_prefixes:
mongo_v32: &mongo_v32
mongo_url: "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.10.tgz"
mongo_v44: &mongo_v44
mongo_url: "http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel62-v4.4-latest.tgz"
mongo_v50_ubuntu: &mongo_v50_ubuntu
Expand Down Expand Up @@ -274,22 +272,12 @@ buildvariants:
- name: c-driver-benchmark-compile
display_name: "C Driver Benchmark Compile"
expansions:
<<: [ *cflags_64, *mongo_v32, *benchmark_common ]
<<: [ *cflags_64, *mongo_v44, *benchmark_common ]
file: c-binaries-centos6
run_on:
- rhel62-small
tasks: *benchmark_compile

- name: c-driver-benchmark-mongo32
display_name: "C Driver Benchmark Mongo 3.2"
expansions:
<<: [ *cflags_64, *mongo_v32, *benchmark_common ]
file: c-binaries-centos6
compile_variant: c-driver-benchmark-compile
run_on:
- centos6-perf
tasks: *benchmark_tests

- name: c-driver-benchmark-mongo44
display_name: "C Driver Benchmark Mongo 4.4"
expansions:
Expand Down