benchmarkhor 0.4.0 copy "benchmarkhor: ^0.4.0" to clipboard
benchmarkhor: ^0.4.0 copied to clipboard

Benchmark comparison tool. Provides ways to compare benchmark results as a whole, as opposed to just a few summary numbers.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate benchmarkhor

Use it

The package has the following executables:

$ benchcompare
$ benchextract
$ benchmerge

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add benchmarkhor

With Flutter:

 $ flutter pub add benchmarkhor

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

dependencies:
  benchmarkhor: ^0.4.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:benchmarkhor/benchmark_result.dart';
import 'package:benchmarkhor/comparison.dart';
import 'package:benchmarkhor/extract.dart';
8
likes
130
pub points
0%
popularity

Publisher

verified publisherfiliph.net

Benchmark comparison tool. Provides ways to compare benchmark results as a whole, as opposed to just a few summary numbers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, logging, lzma, path, t_stats

More

Packages that depend on benchmarkhor