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.
2 parents 0242909 + 4b07202 commit 6523269Copy full SHA for 6523269
push_benchmarks.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+julia --project=benchmark -E 'using Pkg; Pkg.resolve()'
4
julia --project=benchmark benchmark/send_comment_to_pr.jl -o $org -r $repo -p $pullrequest -c '**Starting benchmarks!**'
5
6
LOCAL_BRANCH_NAME="temp_bmark"
0 commit comments