MCPcopy Create free account
hub / github.com/devfeel/dotweb / BenchmarkRuntimeStore_SessionCount_Parallel

Function BenchmarkRuntimeStore_SessionCount_Parallel

session/store_runtime_test.go:223–230  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

221}
222
223func BenchmarkRuntimeStore_SessionCount_Parallel(b *testing.B) {
224 b.RunParallel(func(pb *testing.PB) {
225 for pb.Next() {
226 runtime_store.SessionCount()
227 }
228 })
229 b.ReportAllocs()
230}
231
232func BenchmarkRuntimeStore_SessionRemove_1(b *testing.B) {
233 // Empty benchmark

Callers

nothing calls this directly

Calls 2

NextMethod · 0.65
SessionCountMethod · 0.65

Tested by

no test coverage detected