Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
orcaman committed Nov 8, 2022
2 parents 8adaaa8 + d510f1f commit ac73cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concurrent_map_bench_test.go
Expand Up @@ -292,6 +292,7 @@ func BenchmarkMultiGetSetBlock_256_Shard(b *testing.B) {
runWithShards(benchmarkMultiGetSetBlock, b, 256)
}


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)) {
return func(key K, value V) {
for i := 0; i < 10; i++ {
Expand Down

0 comments on commit ac73cd6

Please sign in to comment.