Previous benchmark require fix wasn't actually working correctly for the old style require (or running in Lua).
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.
Co-authored-by: Rodactor <rodactor@roblox.com>