google / hat-backup

Backend-agnostic snapshotting backup system
Apache License 2.0
251 stars 39 forks source link

Make benchmarks run on stable #23

Open TethysSvensson opened 8 years ago

TethysSvensson commented 8 years ago

The current benchmarks only run on nightly. To be able to compile on stable, they have been put the feature-gate benchmarks. This is not ideal, as it would be nice to have benchmarks on stable as well.

TethysSvensson commented 8 years ago

Maybe use https://github.com/japaric/criterion.rs ?