diff --git a/custom/benchmark/index.cfm b/custom/benchmark/index.cfm index 3b73ce6..3436bfc 100644 --- a/custom/benchmark/index.cfm +++ b/custom/benchmark/index.cfm @@ -27,7 +27,7 @@ template = "/tests/#type#.cfm"; runError = ""; arr = []; - s = 0; + //s = 0; ArraySet( arr, 1, runs, 0 ); try { systemOutput( "Warmup #type#, inspect: [#inspect#]", true );