bench doesn't need to be a class

This commit is contained in:
Squibid 2025-06-29 18:12:47 -04:00
parent b60e6a3934
commit 8b91fc9c2f
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 2 additions and 5 deletions

View file

@ -62,7 +62,7 @@ end
return function(opts)
M.config_path = debug.getinfo(2, "S").source:sub(2)
logger.pipe = logger:setup()
bench:setup()
bench.setup()
lazy.setup()
--- make comparison for table.sort