Skip to content

Releases: AstolfoBrew/SimpleBench

Release 1.2.0-DEV.1

25 May 15:42
Compare
Choose a tag to compare
Release 1.2.0-DEV.1 Pre-release
Pre-release

Breaking Changes

feat!: ✨ Add more benchmarks 2c6e988

BREAKING: This increases benchmark scores. To compare with other runs, re-run with this version on every version being compared.

Features

feat!: ✨ Add more benchmarks 2c6e988
feat: Add Settings.Silent 35bb474
feat: Add Chunknames to Exec Loadstrings 85f81ab

Bug Fixes

fix: Fix branch in ExecInfoUrl 1bb7f0a
fix: Fix Loader not getting settings 910dc9c

Full Changelog: 1.1.1...1.2.0-DEV.1

Release 1.1.1

25 May 11:23
Compare
Choose a tag to compare

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

Release 1.1.0

25 May 09:19
Compare
Choose a tag to compare

First Git Tag