From 57ffd94c6b0410f9324f992e12001b0fd74417be Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Mon, 21 Oct 2024 12:13:40 +0200 Subject: [PATCH] temp revert fix --- custom/benchmark/index.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );