Thanks to visit codestin.com Credit goes to github.com
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 4142634 commit 8e84a57Copy full SHA for 8e84a57
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
- qemu-aarch64() { qemu-aarch64-static "$@" }
+ ln -s /usr/bin/qemu-aarch64-static /usr/local/bin/qemu-aarch64
17
fi
18
qemu-aarch64 ../../ci/out/thirdparty-arm64.test --test.run=^$ --test.bench=Benchmark_mask --test.benchmem
19
0 commit comments