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 0242909 commit 4b07202Copy full SHA for 4b07202
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