Skip to content

Commit b465d46

Browse files
committed
fix bug
1 parent e7058a8 commit b465d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/benchmarks/reflection/10.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222

2323
local current_reference = nil
24-
local steps = 100
24+
local steps = 10
2525
local step_keys = {}
2626
function pre_bench()
2727
step_keys = {}

assets/benchmarks/reflection/100.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222

2323
local current_reference = nil
24-
local steps = 10
24+
local steps = 100
2525
local step_keys = {}
2626
function pre_bench()
2727
step_keys = {}

0 commit comments

Comments
 (0)