Skip to content

⚡Easy-to-use tool for Go crypto performence testing.

License

Notifications You must be signed in to change notification settings

H1JK/CryptoTestGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoTestGO

Yet another benchmark tool.

Run with one-click script

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

Run with binary file

You can download the binary file from releases.

./CryptoTestGO -"test.cpu" 1 -"test.bench"=.

Run with code

go test -cpu 1 -bench=. ./...

License

This is licensed under MIT license and includes code from the Go standard library.