Skip to content

Commit 5c6a4a3

Browse files
committed
added BenchmarkTools to GA
1 parent 1dd5f1c commit 5c6a4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
version: 1.3
1414
- name: Install dependencies
15-
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'
15+
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkTools BenchmarkCI@0.1"'
1616
- name: Run benchmarks
1717
run: julia -e 'using PkgBenchmark, BenchmarkCI; BenchmarkCI.judge();'
1818
- name: Post results

0 commit comments

Comments
 (0)