add: skynet to benchmarks

This commit is contained in:
Dobrosław Żybort 2016-02-19 11:52:47 +01:00
parent 90d3c4d214
commit db02a7c1b7

View File

@ -1176,6 +1176,7 @@ Where to discover new Go libraries.
* [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) - A collection of benchmarks for popular Go database/SQL utilities.
* [gospeed](https://github.com/feyeleanor/GoSpeed) - Go micro-benchmarks for calculating the speed of language constructs.
* [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark.
* [skynet](https://github.com/atemerev/skynet) - Skynet 1M threads microbenchmark.
* [speedtest-resize](https://github.com/fawick/speedtest-resize) - Compare various Image resize algorithms for the Go language.