File tree Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source "$1/variations/common.sh"
8
8
# When running a cache benchmark, we want to clean up only the node_modules
9
9
# directory and the lockfiles between each run.
10
10
hyperfine --ignore-failure \
11
+ --show-output \
11
12
--time-unit=millisecond \
12
13
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
13
14
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source "$1/variations/common.sh"
8
8
# When running a cache benchmark, we want to clean up only the node_modules
9
9
# directory and the lockfiles between each run.
10
10
hyperfine --ignore-failure \
11
+ --show-output \
11
12
--time-unit=millisecond \
12
13
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
13
14
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source "$1/variations/common.sh"
8
8
# When running a cache benchmark, we want to clean up only the node_modules
9
9
# directory and the lockfiles between each run.
10
10
hyperfine --ignore-failure \
11
+ --show-output \
11
12
--time-unit=millisecond \
12
13
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
13
14
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ source "$1/variations/common.sh"
7
7
# Run the benchmark suite
8
8
# When running a cache benchmark, we want to clean up only the node_modules
9
9
# directory and the lockfiles between each run.
10
- echo " Hyperfine version: $( hyperfine --version) "
11
10
hyperfine --ignore-failure \
11
+ --show-output \
12
12
--time-unit=millisecond \
13
13
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
14
14
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ source "$1/variations/common.sh"
9
9
# between each run using the clean-helper.sh script.
10
10
echo " Hyperfine version: $( hyperfine --version) "
11
11
hyperfine --ignore-failure \
12
+ --show-output \
12
13
--time-unit=millisecond \
13
14
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
14
15
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source "$1/variations/common.sh"
8
8
# When running a cache benchmark, we want to clean up only the node_modules
9
9
# directory and the lockfiles between each run.
10
10
hyperfine --ignore-failure \
11
+ --show-output \
11
12
--time-unit=millisecond \
12
13
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
13
14
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source "$1/variations/common.sh"
8
8
# When running a cache benchmark, we want to clean up only the node_modules
9
9
# directory and the lockfiles between each run.
10
10
hyperfine --ignore-failure \
11
+ --show-output \
11
12
--time-unit=millisecond \
12
13
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
13
14
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source "$1/variations/common.sh"
8
8
# When running a cache benchmark, we want to clean up only the node_modules
9
9
# directory and the lockfiles between each run.
10
10
hyperfine --ignore-failure \
11
+ --show-output \
11
12
--time-unit=millisecond \
12
13
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
13
14
--warmup=" $BENCH_WARMUP " \
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ BENCH_COMMAND_NODE="node --run test > $BENCH_OUTPUT_FOLDER/node-run-output-\${HY
35
35
# The install step is defined as a "prepare" option so that time spent
36
36
# on the install is not accounted for in the benchmark results.
37
37
hyperfine --ignore-failure \
38
+ --show-output \
38
39
--time-unit=millisecond \
39
40
--export-json=" $BENCH_OUTPUT_FOLDER /benchmarks.json" \
40
41
--warmup=" $BENCH_WARMUP " \
You can’t perform that action at this time.
0 commit comments