Skip to content

Commit 20365fb

Browse files
authored
[benchmark] Fine tune legacyFactor some more
1 parent 6eb85e4 commit 20365fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/DictionarySwap.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public let DictionarySwap = [
2929
BenchmarkInfo(name: "DictionarySwapAt",
3030
runFunction: swapAt, tags: t, legacyFactor: 4),
3131
BenchmarkInfo(name: "DictionarySwapAtOfObjects",
32-
runFunction: swapAtObjects, tags: t, legacyFactor: 10),
32+
runFunction: swapAtObjects, tags: t, legacyFactor: 11),
3333
]
3434

3535
// Return true if correctly swapped, false otherwise

0 commit comments

Comments
 (0)