Skip to content

Commit

Permalink
10k never
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 21, 2024
1 parent 8122f06 commit f9987cf
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
@@ -1,5 +1,5 @@
<cfscript>
never_runs = server.system.environment.BENCHMARK_CYCLES ?: 5000;
never_runs = server.system.environment.BENCHMARK_CYCLES ?: 10000;
once_runs = server.system.environment.BENCHMARK_CYCLES ?: 500;
warmup_runs = 250;
setting requesttimeout=never_runs+once_runs;
Expand Down

0 comments on commit f9987cf

Please sign in to comment.