antifuchs / ratelimit_meter

A leaky-bucket-as-a-meter rate-limiting implementation in Rust
MIT License
33 stars 6 forks source link

Refactor travis config, run benchcmp #14

Closed antifuchs closed 6 years ago

antifuchs commented 7 years ago

This is copied almost wholesale from https://beachape.com/blog/2016/11/02/rust-performance-testing-on-travis-ci/; would like to get the same thing working for pushes on master (where the control is the commit that was on master just prior to the push)

antifuchs commented 7 years ago

Hm. This is fine but you have to go to the build log for that one particular build, and expand the line where it does the comparison to see benchmark results. Not as great as it could be /: