diff --git a/test/benchmarks/index.bench.ts b/test/benchmarks/index.bench.ts index 98ad87d..00a116d 100644 --- a/test/benchmarks/index.bench.ts +++ b/test/benchmarks/index.bench.ts @@ -1,5 +1,5 @@ import { describe, bench } from "vitest"; -import { Stream } from "../../src"; +import Stream from "../../src"; import Highland from "highland"; import { StreamEnd } from "../../src/stream/base"; import { error, ok } from "../../src/atom";