tag:github.com,2008:https://github.com/AstolfoBrew/SimpleBench/releases Release notes from SimpleBench 2022-05-25T15:37:44Z tag:github.com,2008:Repository/496124848/1.2.0-DEV.1 2022-05-25T15:43:38Z Release 1.2.0-DEV.1 <h2>Breaking Changes</h2> <p><em><strong>feat!:</strong></em> ✨ Add more benchmarks <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/AstolfoBrew/SimpleBench/commit/2c6e988a4fd3f07bca612d1f2d267b00b4afe15d/hovercard" href="https://github.com/AstolfoBrew/SimpleBench/commit/2c6e988a4fd3f07bca612d1f2d267b00b4afe15d"><tt>2c6e988</tt></a></p> <blockquote> <p>BREAKING: This increases benchmark scores. To compare with other runs, re-run with this version on every version being compared.</p> </blockquote> <h2>Features</h2> <p><em><strong>feat!:</strong></em> ✨ Add more benchmarks <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/AstolfoBrew/SimpleBench/commit/2c6e988a4fd3f07bca612d1f2d267b00b4afe15d/hovercard" href="https://github.com/AstolfoBrew/SimpleBench/commit/2c6e988a4fd3f07bca612d1f2d267b00b4afe15d"><tt>2c6e988</tt></a><br> <strong>feat:</strong> Add Settings.Silent <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/AstolfoBrew/SimpleBench/commit/35bb474a71a23ded4db4ec7736ba308f55aff43e/hovercard" href="https://github.com/AstolfoBrew/SimpleBench/commit/35bb474a71a23ded4db4ec7736ba308f55aff43e"><tt>35bb474</tt></a><br> <strong>feat:</strong> Add Chunknames to Exec Loadstrings <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/AstolfoBrew/SimpleBench/commit/85f81ab7478cd428f45bad16eeafd87d3e061216/hovercard" href="https://github.com/AstolfoBrew/SimpleBench/commit/85f81ab7478cd428f45bad16eeafd87d3e061216"><tt>85f81ab</tt></a></p> <h2>Bug Fixes</h2> <p><strong>fix:</strong> Fix branch in ExecInfoUrl <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/AstolfoBrew/SimpleBench/commit/1bb7f0a580c201514ba3bd88f8a431d43ccb3858/hovercard" href="https://github.com/AstolfoBrew/SimpleBench/commit/1bb7f0a580c201514ba3bd88f8a431d43ccb3858"><tt>1bb7f0a</tt></a><br> <strong>fix:</strong> Fix Loader not getting settings <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/AstolfoBrew/SimpleBench/commit/910dc9ce8e68f4ec9f7dcd90467c939ab1377fe2/hovercard" href="https://github.com/AstolfoBrew/SimpleBench/commit/910dc9ce8e68f4ec9f7dcd90467c939ab1377fe2"><tt>910dc9c</tt></a></p> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/AstolfoBrew/SimpleBench/compare/1.1.1...1.2.0-DEV.1"><tt>1.1.1...1.2.0-DEV.1</tt></a></p> Exponential-Workload tag:github.com,2008:Repository/496124848/1.1.1 2022-05-25T11:56:04Z Release 1.1.1 <p>Adds support for executors without being absolutely required to check f9<br> Adds optional config via <code>_G.SimpleBenchSettings</code></p> <div class="highlight highlight-source-lua notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="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);"><pre><span class="pl-k">local</span> <span class="pl-smi">Settings</span> <span class="pl-k">=</span> { [<span class="pl-s"><span class="pl-pds">'</span>RBXWaitAfterRun<span class="pl-pds">'</span></span>] <span class="pl-k">=</span> <span class="pl-c1">false</span>; <span class="pl-c"><span class="pl-c">--</span> If roblox never unfreezes, or it crashes, change false here to true.</span> [<span class="pl-s"><span class="pl-pds">'</span>Branch<span class="pl-pds">'</span></span>] <span class="pl-k">=</span> <span class="pl-s"><span class="pl-pds">'</span>Release<span class="pl-pds">'</span></span>; <span class="pl-c"><span class="pl-c">--</span> Change to `main` if you want to use the latest development version. Please note that it's score may be different between commits.</span> [<span class="pl-s"><span class="pl-pds">'</span>Iterations<span class="pl-pds">'</span></span>] <span class="pl-k">=</span> <span class="pl-c1">50</span>; <span class="pl-c"><span class="pl-c">--</span> 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.</span> }; <span class="pl-c1">loadstring</span>(<span class="pl-en">game</span>:<span class="pl-c1">HttpGetAsync</span>(<span class="pl-s"><span class="pl-pds">'</span>https://raw.githubusercontent.com/AstolfoBrew/SimpleBench/main/RBXExecutorLoader.lua<span class="pl-pds">'</span></span>))(<span class="pl-smi">Settings</span>);</pre></div> <p><a class="commit-link" href="https://github.com/AstolfoBrew/SimpleBench/compare/1.1.0...1.1.1"><tt>1.1.0...1.1.1</tt></a></p> Exponential-Workload tag:github.com,2008:Repository/496124848/1.1.0 2022-05-25T09:19:41Z Release 1.1.0 <p>First Git Tag</p> Exponential-Workload