cargo-benchcmp 0.1.0

A utility for comparing Rust micro-benchmark output.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
name = "cargo-benchcmp"
version = "0.1.0"
description = "A utility for comparing Rust micro-benchmark output."
homepage = "https://github.com/BurntSushi/cargo-benchcmp"
repository = "https://github.com/BurntSushi/cargo-benchcmp"
readme = "README.md"
keywords = ["benchmark", "compare", "bench", "micro"]
license = "Unlicense/MIT"

[dependencies]
docopt = "0.6.81"
lazy_static = "0.2.1"
prettytable-rs = "0.6.2"
regex = "0.1.73"
rustc-serialize = "0.3.19"