Fortio is a microservices (http, grpc) load testing library, command line tool, advanced echo server, and web UI in go (golang). Fortio allows to specify a set query-per-second load and record latency histograms and other useful stats.
Fortio’s safecast
allows you to safely cast between numeric types in Go and return errors (or panic when using the
Must*
variants) when the cast would result in a loss of precision, range or sign.
This page also mostly for making
go get fortio.org/safecast
and godoc work.
Back to fortio.org