Skip to content

Commit ac73cd6

Browse files
authored
Merge branch 'master' into master
2 parents 8adaaa8 + d510f1f commit ac73cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

concurrent_map_bench_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ func BenchmarkMultiGetSetBlock_256_Shard(b *testing.B) {
292292
runWithShards(benchmarkMultiGetSetBlock, b, 256)
293293
}
294294

295+
295296
func GetSet[K comparable, V any](m ConcurrentMap[K, V], finished chan struct{}) (set func(key K, value V), get func(key K, value V)) {
296297
return func(key K, value V) {
297298
for i := 0; i < 10; i++ {

0 commit comments

Comments
 (0)