Skip to content

Commit

Permalink
Increase the benchmark size. (#7938)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderDake authored Jun 17, 2024
1 parent 383e546 commit df4df88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools_app/benchmark/web_bundle_size_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'package:path/path.dart' as path;
import 'package:test/test.dart';

// Benchmark size in kB.
const bundleSizeBenchmark = 5000;
const bundleSizeBenchmark = 5200;
const gzipBundleSizeBenchmark = 1500;

void main() {
Expand Down

0 comments on commit df4df88

Please sign in to comment.