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 e9a22d4 commit dc6f2b2Copy full SHA for dc6f2b2
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