aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: b027bcfe9b90004ee29ac5c295987896453fa051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "bencher"
description: "A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing!)."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/bencher"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/bencher/bencher-0.1.5.crate"
  }
  version: "0.1.5"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 12
    day: 15
  }
}