Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
5 changes: 3 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,11 @@ tasks:
commands:
- func: bootstrap-mongo-orchestration
vars:
VERSION: "v6.0-perf"
TOPOLOGY: "server"
AUTH: "noauth"
SSL: "nossl"
SKIP_LEGACY_SHELL: "true"
- func: run-task
vars:
targets: driver-benchmark
Expand Down Expand Up @@ -2365,8 +2367,7 @@ buildvariants:

- name: perf
display_name: "Performance"
run_on:
- rhel8.7-large
run_on: rhel90-dbx-perf-large
expansions:
GO_DIST: "/opt/golang/go1.22"
tasks:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ debug
*.sublime-workspace
driver-test-data.tar.gz
perf
perf.json
perf.suite
**mongocryptd.pid
*.test
.DS_Store
Expand Down
8 changes: 1 addition & 7 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,10 @@ tasks:
- go test ${BUILD_TAGS} -benchmem -bench=. ./benchmark | test benchmark.suite

driver-benchmark:
deps: [perf-files]
cmds:
- go run ./internal/cmd/benchmark | tee perf.suite
- go test ./internal/cmd/benchmark -v --failOnErr | tee perf.suite

### Internal tasks. ###
perf-files:
internal: true
cmds:
- bash etc/prep-perf.sh

install-lll:
internal: true
cmds:
Expand Down
16 changes: 0 additions & 16 deletions etc/prep-perf.sh

This file was deleted.

Loading
Loading