BurntSushi / cargo-benchcmp

A small utility to compare Rust micro-benchmarks.
The Unlicense
342 stars 21 forks source link

get rid of second_law #37

Closed BurntSushi closed 5 years ago

BurntSushi commented 6 years ago

It no longer compiles because of a misuse of as_ref in a non-generic context.

We should not be using test frameworks. Building the scaffolding manually on top of process::Command is simple. Let's just do that.

This issue needs to be fixed for the build to be unbroken.