mmcloughlin / goperf

Continuous Benchmarking for the Go compiler
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

changes: easy way to produce test cases #57

Open mmcloughlin opened 4 years ago

mmcloughlin commented 4 years ago

There are some clear false positives, or attribution to incorrect commits. Example:

https://goperf.org/bench/778e1e4b-e3b3-550a-83fe-0ac8ba0e13fd?c=42304

The change detector attributed this to commit 42304 whereas the regression is clearly the prior commit.

Make it easy to turn examples like this into test cases for the change package.