luau/bench/tests/shootout
Vyacheslav Egorov ce1800746b
Fix 'require' in benchmarks to work with new relative system (#1120)
Old style require is now called with `pcall` to support comparing
against Lua.
New style require is now a third option.

Edit: this will be a temporary solution until the 'paths' support in
.luaurc is fixed.
2023-12-02 14:20:54 -08:00
..
ack.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
binary-trees.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
fannkuch-redux.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
fixpoint-fact.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
heapsort.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
mandel.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
n-body.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
qt.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
queen.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
scimark.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
spectral-norm.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00