Increase Rust bench iterations

This commit is contained in:
Wilson Lin 2020-01-09 22:42:33 +11:00
parent 68c43ab486
commit 53199880f5
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const runTest = test => new Promise((resolve, reject) => {
// Run Rust library.
for (const [testName, testOps] of JSON.parse(cmd(
path.join(__dirname, 'hyperbuild-bench', 'target', 'release', 'hyperbuild-bench'),
'--iterations', 100,
'--iterations', 2048,
'--tests', path.join(__dirname, 'tests'),
))) {
results[testName] = {hyperbuild: testOps};