Skip to content

Commit 6a4bcb0

Browse files
authored
Merge pull request swiftlang#78 from graydon/cperf-fixes-oct-2
[run_cperf] Fix typo.
2 parents 8e01937 + efe1f32 commit 6a4bcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_cperf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def make_internal_anchor(desc, run_id):
294294
link = link.strip().lower()
295295
link = re.sub(' +', '-', link)
296296
link += '-' + run_id
297-
return ('\n<a name="%s">\n' % (desc, link))
297+
return ('\n<a name="%s">\n' % link)
298298

299299

300300
def get_baseline_name(variant):

0 commit comments

Comments
 (0)