We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12a7f1 commit 426c781Copy full SHA for 426c781
.evergreen/run-granular-benchmarks.sh
@@ -2,13 +2,6 @@
2
3
source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
4
set -o xtrace
5
-
6
-export LIBRARY=$PWD
7
8
-if ! npm run build; then exit 1; fi
9
10
-npm run check:spec-bench
11
12
WARMUP=$WARMUP
13
ITERATIONS=$ITERATIONS
14
.evergreen/run-spec-benchmarks.sh
@@ -1,12 +1,5 @@
1
#!/usr/bin/env bash
-set -o xtrace
npm run check:spec-bench
0 commit comments