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 e25d968 commit 640e3c2Copy full SHA for 640e3c2
ci/bench.sh
@@ -13,7 +13,7 @@ go test --run=^$ --bench=. --benchmem "$@" ./...
13
if [ "${CI-}" ]; then
14
sudo apt-get update
15
sudo apt-get install -y qemu-user-static
16
- alias qemu-aarch64=qemu-aarch64-static
+ qemu-aarch64() { qemu-aarch64-static "$@" }
17
fi
18
qemu-aarch64 ../../ci/out/thirdparty-arm64.test --test.run=^$ --test.bench=Benchmark_mask --test.benchmem
19
0 commit comments