fix benchmarks

This commit is contained in:
Marin Petrunic 2022-04-15 11:56:13 +02:00
parent 35bf7684d7
commit ed9f26f593
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import {runBenchmark} from "./runner.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";
(async function () {