Skip to content

Release 1.1.1

Latest
Compare
Choose a tag to compare
@Exponential-Workload Exponential-Workload released this 25 May 11:23
· 619 commits to main since this release

Adds support for executors without being absolutely required to check f9
Adds optional config via _G.SimpleBenchSettings

local Settings = {
  ['RBXWaitAfterRun'] = false; -- If roblox never unfreezes, or it crashes, change false here to true.
  ['Branch'] = 'Release'; --      Change to `main` if you want to use the latest development version. Please note that it's score may be different between commits.
  ['Iterations'] = 50; --         If your results vary a lot, increase this. If, with RBXWaitAfterRun, it takes way too long, you can lower this number, however this will make the result less accurate.
};
loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/AstolfoBrew/SimpleBench/main/RBXExecutorLoader.lua'))(Settings);

1.1.0...1.1.1