benchmarking 0.6.1 copy "benchmarking: ^0.6.1" to clipboard
benchmarking: ^0.6.1 copied to clipboard

Tools to run (sync and async) benchmarks with ease and control.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add benchmarking

With Flutter:

 $ flutter pub add benchmarking

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

dependencies:
  benchmarking: ^0.6.1

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

Import it

Now in your Dart code, you can use:

import 'package:benchmarking/benchmarking.dart';
16
likes
140
pub points
61%
popularity

Publisher

verified publisherintinio.com

Tools to run (sync and async) benchmarks with ease and control.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on benchmarking