Skip to content

Commit 6e1ca99

Browse files
authored
Merge pull request #37719 from apple/apple-silicon-support-perf
Add arch info to benchmark report
2 parents 99edcd6 + ddabee3 commit 6e1ca99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark/scripts/run_smoke_bench

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,9 @@ def test_performance(
269269
unchanged_length_count = 0
270270

271271
log("")
272+
report_title = "Performance ({}): -{}".format(arch, opt_level)
272273
return report_results(
273-
"Performance: -" + opt_level, None, None, threshold * 1.4, output_file, *results
274+
report_title, None, None, threshold * 1.4, output_file, *results
274275
)
275276

276277

0 commit comments

Comments
 (0)