Skip to content

Commit a01d3d3

Browse files
committed
remove unused benchmark class
1 parent 2c5f206 commit a01d3d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JetStreamDriver.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,6 @@ const BENCHMARKS = [
18071807
],
18081808
iterations: defaultIterationCount * 3,
18091809
worstCaseCount: defaultWorstCaseCount * 3,
1810-
benchmarkClass: AsyncBenchmark,
18111810
testGroup: ProxyGroup,
18121811
}),
18131812
new AsyncBenchmark({
@@ -1817,7 +1816,6 @@ const BENCHMARKS = [
18171816
"./proxy/vue-bundle.js",
18181817
"./proxy/vue-benchmark.js",
18191818
],
1820-
benchmarkClass: AsyncBenchmark,
18211819
testGroup: ProxyGroup,
18221820
}),
18231821
// Class fields

0 commit comments

Comments
 (0)