bench 0.0.3 copy "bench: ^0.0.3" to clipboard
bench: ^0.0.3 copied to clipboard

outdatedDart 1 only

a micro benchmark library for dart

Bench #

A micro benchmark library for dart.

Bench uses the MIT license as described in the LICENSE file.

Bench uses semantic versioning.

Benchmarking for Dart #

There has been a fair amount of [discussion] (https://groups.google.com/a/dartlang.org/group/misc/) lately regarding [benchmarking of code on the Dart VM] (http://www.dartlang.org/articles/benchmarking/). Bench is being written with the goal of making it easy to quickly write reliable benchmark functions for the Dart VM.

Usage #

Known Issues #

  • Bench uses [mirrors] (http://api.dartlang.org/docs/bleeding_edge/dart_mirrors.html) which are currently not supported by dart2js.
  • Bench must be run in the same isolate as the benchmark functions; remote invocations of a benchmark function may not make sense, but could be supported.
  • Bench currently runs all of the Benchmark functions in the isolate; we plan to make this more configurable.
0
likes
0
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

a micro benchmark library for dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

logging, unittest

More

Packages that depend on bench