• Russ Cox's avatar
    runtime: add benchmark of heapBitsSetType · 7d9e16ab
    Russ Cox authored
    There was an old benchmark that measured this indirectly
    via allocation, but I don't understand how to factor out the
    allocation cost when interpreting the numbers.
    
    Replace with a benchmark that only calls heapBitsSetType,
    that does not allocate. This was not possible when the
    benchmark was first written, because heapBitsSetType had
    not been factored out of mallocgc.
    
    Change-Id: I30f0f02362efab3465a50769398be859832e6640
    Reviewed-on: https://go-review.googlesource.com/9701Reviewed-by: 's avatarAustin Clements <austin@google.com>
    7d9e16ab
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...