File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ function bench {
314314 rm -rf bench-out
315315 mkdir -p bench-out
316316 bench_merge
317- cache_upload bench-$COMMIT_HASH .tar.gz bench-out/bench.json
317+ cache_upload bench-$( git rev-parse HEAD^{tree} ) .tar.gz bench-out/bench.json
318318}
319319
320320function release_github {
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ case "$cmd" in
321321 print_usage
322322 ;;
323323 " gh-bench" )
324- cache_download bench-$COMMIT_HASH .tar.gz
324+ cache_download bench-$( git rev-parse HEAD^{tree} ) .tar.gz
325325 ;;
326326 " uncached-tests" )
327327 if [ -z " $CI_REDIS_AVAILABLE " ]; then
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ function bench {
1414 ./testbench/run_testbench.sh $config ./bench-out/$config
1515 done
1616 ./testbench/consolidate_benchmarks.sh
17-
18- cache_upload yarn-project-p2p-bench-results-$COMMIT_HASH .tar.gz ./bench-out/p2p-bench.json
1917}
2018
2119case " $cmd " in
You can’t perform that action at this time.
0 commit comments