Skip to content

Commit 5f92040

Browse files
authored
[benchmark] Revert bigger name change
To avoid the need to mess with `lit` tests due to renamed benchmark, let's just add the customary suffix `2` for the bugfixed version. We'll fight the renaming battle another day...
1 parent 70a9ada commit 5f92040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/RomanNumbers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let N = 270
2121

2222
public let RomanNumbers = [
2323
BenchmarkInfo(
24-
name: "Roman.Substring.startsWith.dropFirst",
24+
name: "RomanNumbers2",
2525
runFunction: {
2626
checkId($0, upTo: N, { $0.romanNumeral }, Int.init(romanSSsWdF:)) },
2727
tags: t),

0 commit comments

Comments
 (0)