31a1f164d9
Gollvm has very aggressive dead code elimination that completely removes one of these two benchmarks. To prevent this, use the result of the benchmark (a boolean), and to be "fair", make the transformation to both benchmarks. To be reliably assured of not removing the code, "use" means assigning to an exported global. Non-exported globals and //go:noinline functions are possibly subject to this optimization. |
||
---|---|---|
.. | ||
bitutil_test.go | ||
bitutil.go | ||
compress_fuzz.go | ||
compress_test.go | ||
compress.go |