Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Dec 22, 2023
1 parent e0c5439 commit 33c58a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup-bench.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const experimentBranchName =
const controlBranchName = process.env['CONTROL_BRANCH_NAME'] || 'main';
const markers =
process.env['MARKERS'] ||
'moduleLoaded,appRenderStart,appRenderEnd,render-10000-itemsStart,render-10000-itemsEnd,clear-10000-itemsStart,clear-10000-itemsEnd';
'moduleLoaded,appRenderStart,appRenderEnd,render-10000-itemsEnd,clear-10000-itemsEnd';
const fidelity = process.env['FIDELITY'] || '20';
const throttleRate = process.env['THROTTLE'] || '4';
const FORK_NAME = process.env['FORK_NAME'] || '';
Expand Down

0 comments on commit 33c58a7

Please sign in to comment.