Skip to content

Commit

Permalink
bench ci: fix more imports
Browse files Browse the repository at this point in the history
test262: 10.84% | πŸ§ͺ 48843 | 🀠 5295 | ❌ 942 | πŸ’€ 8183 | 🧩 143 | πŸ’₯ 3344 | πŸ“ 30936
  • Loading branch information
CanadaHonk committed Jul 23, 2023
1 parent ef7fca3 commit a647650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench_ci/bench.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import compile from '../compiler/wrap.js';
import Benchmark from 'benchmark';
import compile from '../compiler/wrap.js';
import { countPrimes, randoms } from './index.js';

const suite = new Benchmark.Suite();
const { countPrimes, randoms } = require('./index.js');

const funcs = [ countPrimes, randoms ];
const max = 10000;
Expand Down

0 comments on commit a647650

Please sign in to comment.