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

Function BenchmarkRuntimeStore_SessionCount_1

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

Source from the content-addressed store, hash-verified

215}
216
217func BenchmarkRuntimeStore_SessionCount_1(b *testing.B) {
218 for i := 0; i < b.N; i++ {
219 runtime_store.SessionCount()
220 }
221}
222
223func BenchmarkRuntimeStore_SessionCount_Parallel(b *testing.B) {
224 b.RunParallel(func(pb *testing.PB) {

Callers

nothing calls this directly

Calls 1

SessionCountMethod · 0.65

Tested by

no test coverage detected