File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -300,9 +300,9 @@ func BenchmarkMapSetDifferent(b *testing.B) {
300
300
})
301
301
}
302
302
303
- // BenchmarkMapSetDifferentRandom simulates that the concerned keys of
304
- // Map.Set are generated dynamically and as a result insertion is out
305
- // of order and the number of the keys may be large.
303
+ // BenchmarkMapSetDifferentRandom simulates such a case where the concerned
304
+ // keys of Map.Set are generated dynamically and as a result insertion is
305
+ // out of order and the number of the keys may be large.
306
306
func BenchmarkMapSetDifferentRandom (b * testing.B ) {
307
307
procKeys := make ([][]string , runtime .GOMAXPROCS (0 ))
308
308
for i := range procKeys {
@@ -381,9 +381,9 @@ func BenchmarkMapAddDifferent(b *testing.B) {
381
381
})
382
382
}
383
383
384
- // BenchmarkMapAddDifferentRandom simulates that the concerned keys of
385
- // Map.Add are generated dynamically and as a result insertion is out
386
- // of order and the number of the keys may be large.
384
+ // BenchmarkMapAddDifferentRandom simulates such a case where that the concerned
385
+ // keys of Map.Add are generated dynamically and as a result insertion is out of
386
+ // order and the number of the keys may be large.
387
387
func BenchmarkMapAddDifferentRandom (b * testing.B ) {
388
388
procKeys := make ([][]string , runtime .GOMAXPROCS (0 ))
389
389
for i := range procKeys {
You can’t perform that action at this time.
0 commit comments