good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 640e3c25 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

ci/bench.sh: Try function instead of alias

parent e25d9681
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ go test --run=^$ --bench=. --benchmem "$@" ./... ...@@ -13,7 +13,7 @@ go test --run=^$ --bench=. --benchmem "$@" ./...
if [ "${CI-}" ]; then if [ "${CI-}" ]; then
sudo apt-get update sudo apt-get update
sudo apt-get install -y qemu-user-static sudo apt-get install -y qemu-user-static
alias qemu-aarch64=qemu-aarch64-static qemu-aarch64() { qemu-aarch64-static "$@" }
fi fi
qemu-aarch64 ../../ci/out/thirdparty-arm64.test --test.run=^$ --test.bench=Benchmark_mask --test.benchmem qemu-aarch64 ../../ci/out/thirdparty-arm64.test --test.run=^$ --test.bench=Benchmark_mask --test.benchmem
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment