web_benchmarks 4.0.0 copy "web_benchmarks: ^4.0.0" to clipboard
web_benchmarks: ^4.0.0 copied to clipboard

A benchmark harness for performance-testing Flutter apps in Chrome.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add web_benchmarks

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  web_benchmarks: ^4.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:web_benchmarks/analysis.dart';
import 'package:web_benchmarks/client.dart';
import 'package:web_benchmarks/metrics.dart';
import 'package:web_benchmarks/server.dart';
9
likes
130
points
15.6k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

A benchmark harness for performance-testing Flutter apps in Chrome.

Repository (GitHub)
View/report issues
Contributing

Topics

#benchmarking #performance

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, logging, meta, path, process, shelf, shelf_static, web, webkit_inspection_protocol

More

Packages that depend on web_benchmarks