Commit Graph

2 Commits

Author SHA1 Message Date
Marco Lizza
16c13765de feat: add map benchmark scripts for lua, python, ruby, and wren
Add four new benchmark scripts (maps.lua, maps.py, maps.rb, maps.wren) that measure
hash map insertion, lookup, and deletion performance across 100,000 elements.
Register the new "maps" benchmark in run_bench.py with expected output 5000050000.
2015-02-09 10:51:09 +00:00
Marco Lizza
f5def0e3ca chore: move run_bench script to script folder and update path references
- Relocate benchmark/run_bench to script/run_bench.py
- Replace WREN_DIR with HOME_DIR and update BENCHMARK_DIR construction
- Change wren binary path from relative "../wren" to absolute using HOME_DIR
2015-02-09 10:49:06 +00:00