Releases: hodgesds/perf-utils
Releases · hodgesds/perf-utils
Additional benchmark reporting
v0.2.2 add extra benchmark utils reporting
Benchmark fixes
Properly setup benchmarks prior to execution.
Update benchmark helpers
Benchmarking helpers now work properly.
Add BenchmarkTracepoints
This release adds BenchmarkTracepoints
for making benchmarking tracepoints easier.
Migrate to Go modules
This release migrates to Go modules.
Add RunBenchmarks helper
This release adds the RunBenchmarks helper method, which can be used to add perf metrics to benchmarks.
set affinity on locked os threads
v0.0.8 Update README and set affinity when locking a goroutine to an OS thread
Return error when starting empty profilers
v0.0.6 Return an error when starting a profiler with no profilers
Cleanup group FDs on failed initialization
v0.0.5 Update comments