diff --git a/custom/benchmark/index.cfm b/custom/benchmark/index.cfm index 10de664..feb01f3 100644 --- a/custom/benchmark/index.cfm +++ b/custom/benchmark/index.cfm @@ -1,7 +1,7 @@ never_runs = server.system.environment.BENCHMARK_CYCLES ?: 25000; - once_runs = server.system.environment.BENCHMARK_CYCLES ?: 1005; // to trigger level 4 compilation - warmup_runs = 250; + once_runs = server.system.environment.BENCHMARK_CYCLES ?: 500 + warmup_runs = 1000; // ensure level 4 compilation setting requesttimeout=never_runs+once_runs; warmup = [];