Registry / utility / spf13-nitro

spf13-nitro

JSON →
library0.0.0-20131003134307-24d7ef30a12dgogounverified

A quick and easy performance analyzer for comparing function implementations, inspired by Go benchmarks.

go get github.com/spf13/nitro
INSTALL
IMPORT
SIG · SPF13-NITRO
S
spf13-nitro
utilitygov0.0.0-20131003134307-24d7ef30a12d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nitro
github.com/spf13/nitro

Benchmark a function's performance.

package main import ( "fmt" "github.com/spf13/nitro" ) func main() { // Example: measure a function b := nitro.Benchmark{} b.Start() // ... your code ... b.Stop() fmt.Println(b.Duration()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20131003134307-24d7ef30a12dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spf13-nitro — go get spf13-nitro · libregistry