Skip to content

Commit

Permalink
fix benchmark to have proper imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Apr 16, 2024
1 parent b568f24 commit 17f62bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmarks/index.bench.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 17f62bd

Please sign in to comment.