Skip to content

Commit

Permalink
Update index.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 23, 2024
1 parent cf9adb3 commit a7711aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/benchmark/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
template: template
);
}, true);
systemOutput( "Sleeping 2s first, after warmup", true );
sleep( 2000 ); // time to settle
//systemOutput( "Sleeping 2s first, after warmup", true );
//sleep( 2000 ); // time to settle
systemOutput( "Running #suiteName# [#numberFormat( runs/1000 )#k-#inspect#]", true );
s = getTickCount(units);
Expand Down

0 comments on commit a7711aa

Please sign in to comment.