Yet another benchmark tool.
Script will use -cpu 1
argument to launch the test, which means it will only test single core performance.
Bash (cURL):
curl -fsL https://raw.fastgit.org/H1JK/CryptoTestGO/master/run.sh | bash
Bash (Wget):
wget https://raw.fastgit.org/H1JK/CryptoTestGO/master/run.sh -O runCryptoTestGO.sh && chmod +x ./runCryptoTestGO.sh && ./runCryptoTestGO.sh
You can download the binary file from releases.
./CryptoTestGO -"test.cpu" 1 -"test.bench"=.
go test -cpu 1 -bench=. ./...
This is licensed under MIT license and includes code from the Go standard library.