Skip to content

Commit 00fb45e

Browse files
committed
One more fix bench-report.xml patch in the build script
1 parent f873840 commit 00fb45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build/src/engine/context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ impl RunContext {
475475
.repo_root
476476
.engine
477477
.join("runtime-benchmarks")
478-
.join("bench_report_xml");
478+
.join("bench-report.xml");
479479
if runtime_bench_report.exists() {
480480
ide_ci::actions::artifacts::upload_single_file(
481481
runtime_bench_report,

0 commit comments

Comments
 (0)