Skip to content

Commit

Permalink
Replace path to package with package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Nov 15, 2023
1 parent 3f70c2f commit 50cc48a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benchmark/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,14 @@ end
### Build report
report = sprint(export_markdown, results)
report *= "\n\n" * GCPBenchmarkUtils.export_mttkrp_sweep(results)

### Tidy up report
report = GCPBenchmarkUtils.collapsible_details(report)
report = replace(
report,
r"^# Benchmark Report for \S*\n" => "# Benchmark Report for `GCPDecompositions`\n";
count = 1,
)

### Save report
write(joinpath(@__DIR__, "report.md"), report)

0 comments on commit 50cc48a

Please sign in to comment.