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
160
points
711
downloads

Publisher

verified publisherintinio.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on benchmarking