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 557df6e commit cf9adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/benchmark/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
time = getTickCount(units)-s;
_logger( "Running #type# [#numberFormat( runs )#-#inspect#] took #numberFormat( time/1000 )# ms, or #numberFormat(runs/(time/1000/1000))# per second" );
_logger( "Running #suiteName# [#numberFormat( runs )#-#inspect#] took #numberFormat( time/1000 )# ms, or #numberFormat(runs/(time/1000/1000))# per second" );
ArrayAppend( results.data, {
time: time/1000,
inspect: inspect,
Expand Down

0 comments on commit cf9adb3

Please sign in to comment.