Skip to content

Commit

Permalink
Revert "chore(NODE-XXXX): make benchmarks run current code changes"
Browse files Browse the repository at this point in the history
This reverts commit 2ab0aec.
  • Loading branch information
nbbeeken committed Aug 28, 2024
1 parent d12a7f1 commit 426c781
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .evergreen/run-granular-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
set -o xtrace

export LIBRARY=$PWD

if ! npm run build; then exit 1; fi

npm run check:spec-bench

WARMUP=$WARMUP
ITERATIONS=$ITERATIONS

Expand Down
7 changes: 0 additions & 7 deletions .evergreen/run-spec-benchmarks.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env bash


source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"

set -o xtrace

export LIBRARY=$PWD

if ! npm run build; then exit 1; fi

npm run check:spec-bench

0 comments on commit 426c781

Please sign in to comment.