X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=max.mjs;h=2708eb0f51cbfb77bd43a10fde5667bea79e0ac6;hb=0c01f51c5673eefd485edfab3f8cea93a56f400e;hp=0b1ec9f93528bed64c39bf82435a689223d2f3f7;hpb=e7aad9d9bb3dcbdd77411ed290703cb774ca8e2f;p=benchmarks-js.git diff --git a/max.mjs b/max.mjs index 0b1ec9f..2708eb0 100644 --- a/max.mjs +++ b/max.mjs @@ -1,4 +1,5 @@ import Benchmark from 'benny' + import { generateRandomNumberArray } from './benchmark-utils.mjs' const size = 10000