benchmark 0.3.0 copy "benchmark: ^0.3.0" to clipboard
benchmark: ^0.3.0 copied to clipboard

A full featured library for writing and running Dart benchmarks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add benchmark

With Flutter:

 $ flutter pub add benchmark

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

dependencies:
  benchmark: ^0.3.0

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:benchmark/benchmark.dart';
30
likes
100
pub points
65%
popularity

Publisher

verified publisherwolfenra.in

A full featured library for writing and running Dart benchmarks.

Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, meta

More

Packages that depend on benchmark