Skip to content

Commit b1c953b

Browse files
authored
Update setup-bench.mjs
1 parent 0f8aaa1 commit b1c953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup-bench.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ await new Promise((resolve) => {
174174

175175
try {
176176
const output =
177-
await $`./node_modules/.bin/tracerbench compare --regressionThreshold 25 --sampleTimeout 60 --fidelity ${fidelity} --markers ${markers} --controlURL ${CONTROL_URL} --experimentURL ${EXPERIMENT_URL} --report --headless --cpuThrottleRate ${throttleRate}`;
177+
await $`node --single-threaded-gc ./node_modules/tracerbench/bin/run compare --regressionThreshold 25 --sampleTimeout 60 --fidelity ${fidelity} --markers ${markers} --controlURL ${CONTROL_URL} --experimentURL ${EXPERIMENT_URL} --report --headless --cpuThrottleRate ${throttleRate}`;
178178

179179
try {
180180
fs.writeFileSync(

0 commit comments

Comments
 (0)