Skip to content

Commit

Permalink
Skip AMP worker benchmarks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Oct 20, 2023
1 parent 0da354f commit 40f013a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .evergreen/config/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ functions:
args:
- .evergreen/compile-extension.sh

# Run benchmarks. The filter skips the benchAmpWorkers subjects as they fail due to socket exceptions
"run benchmark":
- command: shell.exec
type: test
Expand All @@ -493,4 +494,4 @@ functions:
export PATH="${PHP_PATH}/bin:$PATH"
php ../composer.phar install --no-suggest
vendor/bin/phpbench run --report=env --report=evergreen --report=aggregate --output html
vendor/bin/phpbench run --report=env --report=evergreen --report=aggregate --output html --filter='bench(?!AmpWorkers)'
2 changes: 1 addition & 1 deletion .evergreen/config/test-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
- func: "run atlas data lake test"

- name: "run-benchmark"
exec_timeout_secs: 7200
exec_timeout_secs: 3600
commands:
- func: "bootstrap mongo-orchestration"
vars:
Expand Down

0 comments on commit 40f013a

Please sign in to comment.