fix benchmarks
This commit is contained in:
parent
35bf7684d7
commit
ed9f26f593
|
@ -1,6 +1,6 @@
|
||||||
import {runBenchmark} from "./runner.js";
|
import {runBenchmark} from "./runner.js";
|
||||||
import {runForAllImplementations} from "../test/switch.js";
|
import {runForAllImplementations} from "../test/switch.js";
|
||||||
import {PublicKey, Signature} from "../src/interface.js";
|
import {PublicKey, Signature} from "../src/types.js";
|
||||||
import {aggCount} from "./params.js";
|
import {aggCount} from "./params.js";
|
||||||
|
|
||||||
(async function () {
|
(async function () {
|
||||||
|
|
Reference in New Issue