File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Run benchmarks
2
+
3
+ on :
4
+ pull_request :
5
+
6
+ jobs :
7
+ Benchmark :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v2
11
+ - uses : julia-actions/setup-julia@latest
12
+ with :
13
+ version : 1.3
14
+ - name : Install dependencies
15
+ run :
julia -e 'using Pkg; pkg"add PkgBenchmark [email protected] "'
16
+ - name : Run benchmarks
17
+ run : julia -e 'using BenchmarkCI; BenchmarkCI.judge()'
18
+ - name : Post results
19
+ run : julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
20
+ env :
21
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
* .jl.cov
2
2
* .jl. * .cov
3
3
* .jl.mem
4
+ /.benchmarkci
4
5
/Manifest.toml
6
+ /benchmark /* .json
5
7
/benchmark /Manifest.toml
6
8
/docs /Manifest.toml
You can’t perform that action at this time.
0 commit comments