Skip to content

Commit

Permalink
reduce toString cycles to 10 from 100
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 21, 2024
1 parent c5c3424 commit 46069bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/benchmark/tests/toString.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
key: createObject("java", "lucee.runtime.type.KeyImpl").init("zzzzz")
}
for (s in samples){
loop times=100 {
loop times=10 {
samples[s].toString();
}
}
Expand Down

0 comments on commit 46069bd

Please sign in to comment.