This commit is contained in:
Oleh Baibula 2026-05-07 11:08:25 -07:00 committed by GitHub
commit eb785370bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,5 +22,5 @@ func BenchmarkSumPtr(b *testing.B) {
for i := 0; i < b.N; i++ {
local = sumPtr(i, i)
}
globalValue = *local
globalPtr = local
}