Skip to content

Commit

Permalink
Fix analyzer infos
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Dec 8, 2024
1 parent d51c8d8 commit 1b1108c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions benchmark/vector2_bench.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ class ConstructorArrayBenchmark extends BenchmarkBase {
class ConstructorAllBenchmark extends BenchmarkBase {
ConstructorAllBenchmark() : super('Vector2.all()');

static void main() {
ConstructorAllBenchmark().report();
}

@override
void run() {
Vector2? v;
Expand All @@ -69,10 +65,6 @@ class ConstructorAllBenchmark extends BenchmarkBase {
class ConstructorCopyBenchmark extends BenchmarkBase {
ConstructorCopyBenchmark() : super('Vector2.copy()');

static void main() {
ConstructorCopyBenchmark().report();
}

@override
void run() {
Vector2? v;
Expand Down

0 comments on commit 1b1108c

Please sign in to comment.