lower maxP in pointset benchmark

This commit is contained in:
Vyacheslav Matyukhin 2022-09-20 00:59:46 +04:00
parent cb4e1199fc
commit ea71595e23
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -2,7 +2,7 @@
import { SqProject } from "@quri/squiggle-lang";
import { measure } from "./lib.mjs";
const maxP = 7;
const maxP = 3;
for (let p = 0; p <= maxP; p++) {
const size = Math.pow(10, p);