luau/bench/gc
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
..
test_BinaryTree.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_GC_Boehm_Trees.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_GC_hashtable_Keyval.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_GC_Tree_Pruning_Eager.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_GC_Tree_Pruning_Gen.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_GC_Tree_Pruning_Lazy.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_LargeTableCtor_array.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_LargeTableCtor_hash.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_LB_mandel.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_Pcall_pcall_yield.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_SunSpider_3d-raytrace.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_TableCreate_nil.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_TableCreate_number.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_TableCreate_zerofill.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_TableMarshal_select.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_TableMarshal_table_pack.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00
test_TableMarshal_varargs.lua Fix 'require' in benchmarks to work with new relative system (#1120) 2023-12-02 14:20:54 -08:00