Darma Kotama

I make games and write stories

github twitter linkedin email rss
Nitro Sample Hugo Post
Mar 22, 2017
1 minute read

Nitro

Quick and easy performance analyzer library for Go.

Overview

Nitro is a quick and easy performance analyzer library for Go. It is useful for comparing A/B against different drafts of functions or different functions.

Implementing Nitro

Using Nitro is simple. First, use go get to install the latest version of the library.

$ go get github.com/spf13/nitro

Next, include nitro in your application.


Back to posts