Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Remove file from previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
whesse committed Feb 8, 2024
1 parent 0176c8a commit 73f42b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
61 changes: 0 additions & 61 deletions lib/src/benchmark_base_perf.dart

This file was deleted.

2 changes: 1 addition & 1 deletion test/result_emitter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MockResultEmitter extends ScoreEmitter {

// Create a new benchmark which has an emitter.
class BenchmarkWithResultEmitter extends BenchmarkBase {
BenchmarkWithResultEmitter(ScoreEmitter emitter)
const BenchmarkWithResultEmitter(ScoreEmitter emitter)
: super('Template', emitter: emitter);

@override
Expand Down

0 comments on commit 73f42b0

Please sign in to comment.