We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ef597 commit 5126a74Copy full SHA for 5126a74
.github/workflows/benchmark.yml
@@ -37,4 +37,9 @@ jobs:
37
using PkgBenchmark, Loess
38
juliacmd = `$(Base.julia_cmd()) -O3 -e "using Pkg; Pkg.update()"`
39
config = BenchmarkConfig(; id="origin/HEAD", juliacmd)
40
- export_markdown(stdout, judge(Loess, config; verbose=true))'
+ export_markdown("benchmark.md", judge(Loess, config; verbose=true))'
41
+ - name: Comment PR
42
+ uses: thollander/actions-comment-pull-request@v2
43
+ with:
44
+ filePath: "benchmark.md"
45
+ comment_tag: benchmark
.gitignore
@@ -5,3 +5,5 @@ Manifest.toml
5
docs/build/
6
docs/site/
7
docs/Manifest.toml
8
+benchmark.md
9
+benchmark/tune.json
0 commit comments