Skip to content

Commit

Permalink
Merge branch 'version-0.14.x' into node-1182-allow-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
ismagin committed Sep 26, 2018
2 parents f441b12 + 747fe6f commit 3040b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.openjdk.jmh.infra.Blackhole
@Measurement(iterations = 10)
class ScriptEstimatorBenchmark {
@Benchmark
def apply_test(st: St, bh: Blackhole): Unit = bh.consume(ScriptEstimator(st.functionCosts, st.expr))
def apply_test(st: St, bh: Blackhole): Unit = bh.consume(ScriptEstimator(Set.empty, st.functionCosts, st.expr))
}

object ScriptEstimatorBenchmark {
Expand Down

0 comments on commit 3040b9d

Please sign in to comment.