]> Cypherpunks repositories - gostls13.git/commit
runtime: add a benchmark of Callers
authorAustin Clements <austin@google.com>
Tue, 28 Feb 2023 14:13:56 +0000 (09:13 -0500)
committerAustin Clements <austin@google.com>
Fri, 10 Mar 2023 17:18:20 +0000 (17:18 +0000)
commit2d93805171275a4199bf74fe0e47671fb2f9aea4
treef797f3342b8ac24f74c50a2bb62303d7d4217ea2
parentad3ea0134f5013ab14c38e72a4daddf95b8443ce
runtime: add a benchmark of Callers

We're about to make major changes to tracebacks. We have benchmarks of
stack copying, but not of PC buffer filling, so add some that we can
track through these changes.

For #54466.

Change-Id: I3ed61d75144ba03b61517cd9834eeb71c99d74df
Reviewed-on: https://go-review.googlesource.com/c/go/+/472956
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/callers_test.go