Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
494 changes: 262 additions & 232 deletions PERFORMANCE_REPORT.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion benchmarks/bench_iterators.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Benchmark: Iterators (ipairs, pairs, custom)
local iterations = 100000
local iterations = 10000

print("=== Iterators Benchmark ===")
print("Iterations:", iterations)
Expand Down
Loading
Loading