Set benchmark limit to the one from the blog post

This commit is contained in:
Remko Tronçon 2018-05-30 21:12:33 +02:00
parent ed85a389c3
commit fed7aa5389

View file

@ -36,7 +36,7 @@ setup.push(
////////////////////////////////////////////////////////////////////////////////
const ITERATIONS = 5;
const LIMIT = 50000000;
const LIMIT = 90000000;
const benchmarks = [
{
name: "sieve",