├── .gitignore ├── LICENSE ├── README.md └── hsbench.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markhpc/hsbench/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markhpc/hsbench/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markhpc/hsbench/HEAD/README.md -------------------------------------------------------------------------------- /hsbench.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markhpc/hsbench/HEAD/hsbench.go --------------------------------------------------------------------------------