async_benchmark 1.0.3 copy "async_benchmark: ^1.0.3" to clipboard
async_benchmark: ^1.0.3 copied to clipboard

A Dart package for running and analyzing benchmarks with support for isolated environments and performance tracking.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add async_benchmark

With Flutter:

 $ flutter pub add async_benchmark

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

dependencies:
  async_benchmark: ^1.0.3

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:async_benchmark/async_benchmark.dart';
1
likes
160
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for running and analyzing benchmarks with support for isolated environments and performance tracking.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on async_benchmark