mirror of
https://github.com/remko/waforth
synced 2025-01-13 08:01:32 +01:00
Set benchmark limit to the one from the blog post
This commit is contained in:
parent
ed85a389c3
commit
fed7aa5389
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ setup.push(
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const ITERATIONS = 5;
|
||||
const LIMIT = 50000000;
|
||||
const LIMIT = 90000000;
|
||||
const benchmarks = [
|
||||
{
|
||||
name: "sieve",
|
||||
|
|
Loading…
Reference in a new issue