From ed9f26f59371b1cef8644ee43d76a3977a847da0 Mon Sep 17 00:00:00 2001 From: Marin Petrunic Date: Fri, 15 Apr 2022 11:56:13 +0200 Subject: [PATCH] fix benchmarks --- benchmark/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/index.ts b/benchmark/index.ts index 75116ef..3ba15ee 100644 --- a/benchmark/index.ts +++ b/benchmark/index.ts @@ -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 () {