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 21, 2024
1 parent 7e0e8d1 commit 2703225
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
@@ -1,7 +1,7 @@
<cfscript>
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 = [];
Expand Down

0 comments on commit 2703225

Please sign in to comment.