BurntSushi / cargo-benchcmp

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

are colors backwards? #18

Closed BurntSushi closed 8 years ago

BurntSushi commented 8 years ago

While the colors look pretty, it feels like they are reversed. @Apanatshka was this intentional? In particular, red feels "bad" to me, but in fact, red is good because it indicates a speedup. However, I can also see how red means "negative"...

Apanatshka commented 8 years ago

I did mean red to be "bad", aka a regression, but I messed up the definition of a regression here 😳 I'll fix that right away.