Skip to content

Commit

Permalink
Remove function coverage benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Aug 24, 2022
1 parent 60c039b commit c84abf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benchmark/run_benchmarks.dart
Expand Up @@ -111,9 +111,6 @@ Future<String> runBenchmarkSet(String name, String script) async {
await CoverageBenchmark(emitter, '$name - basic coverage', script,
gatherCoverage: true)
.report();
await CoverageBenchmark(emitter, '$name - function coverage', script,
gatherCoverage: true, functionCoverage: true)
.report();
await CoverageBenchmark(emitter, '$name - branch coverage', script,
gatherCoverage: true, branchCoverage: true)
.report();
Expand Down

0 comments on commit c84abf4

Please sign in to comment.