-
In order to track side-effects of changes on performance it would be enormously helpful to have automated benchmarks / comparison via `benchstat` as part of the CI pipeline (maybe not on each commit, …
-
Noticed while fuzzing and auditing gnovm in the time that the fuzzer is running that we've got this code https://github.com/gnolang/gno/blob/641d2fd91f03191016f74ea32a0ae9592b884896/gnovm/pkg/gnolang/…
-
Running benchstat on a CI server to detect anomalies relies on the user to parse the output from the command in order to pick up any deltas. To make this process simpler I propose benchstat would retu…
-
In order to track side-effects of changes on performance it would be enormously helpful to have automated benchmarks / comparison via `benchstat` as part of the CI pipeline (maybe not on each commit, …
-
It needs some investigation, but it seems like `benchmark-run` does not return
total execution time in list head.
`benchstat.el` profiles currently ignore time spent in GC as third list value is i…
-
I typed: `compilecmp -all -obj`
I expected to see some object file sizes, but instead I saw this:
```
compilecmp master HEAD
14:00:39 copy tree at master (90b39f33c40e8d4ae085426313be69473f3…
-
Related to: https://github.com/golang/go/issues/58576
Currently, if a benchmark file is encoded in utf16 ([which is the default in windows](https://stackoverflow.com/questions/40098771/changing-pow…
-
### Which version of Elastic are you using?
[X] elastic.v7 (for Elasticsearch 7.x)
[ ] elastic.v6 (for Elasticsearch 6.x)
[ ] elastic.v5 (for Elasticsearch 5.x)
[ ] elastic.v3 (for Elasticsearch…
-
Now that we have more benchmarks, it would be good if CI ran benchmarks on all PR's and commented with the result and the benchcmp/benchstat output. Not sure how other projects are doing this
-
### What version of Go are you using (`go version`)?
~/x/tools$ go version -m $(which benchstat)
/usr/local/google/home/bcmills/bin/benchstat: devel go1.21-b3ca8d2b3c Mon Jun 26 17:08:05 2023 +0…