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 0596e7a commit 30447a3Copy full SHA for 30447a3
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