Skip to content

Commit c816214

Browse files
authored
Merge pull request swiftlang#83 from graydon/cperf-fixes-oct-3
[run_cperf] Fix typo in anchor-making call.
2 parents 2ccccc8 + 0232c1a commit c816214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: run_cperf

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def analyze_results(configs, args):
403403
out.write("\n## %s\n" % rdesc)
404404
for subset in subsets:
405405
tdesc = get_table_desc(reference, subset, config)
406-
out.write(make_internal_anchor(rdesc, run_id))
406+
out.write(make_internal_anchor(tdesc, run_id))
407407
out.write("\n### %s\n" % tdesc)
408408
table = get_table_name(reference, subset, variant)
409409
if os.path.exists(table):

0 commit comments

Comments
 (0)