Categorygithub.com/aaditkapoor/GoBenchmark
modulepackage
0.1.3
Repository: https://github.com/aaditkapoor/gobenchmark.git
Documentation: pkg.go.dev

# README

GoBenchmark

A Go Package to benchmark code snippets.

# Packages

No description provided by the author
Package stats Utilities that help calculating statistical measures.

# Functions

GetFunctionName get the running function name of a objectBenchmark.
NewBenchmark create a new Benchmark Object.

# Constants

Hr Hours.
Micro Microseconds.
Milli Milliseconds.
Min Minutes.
Nano Nanoseconds.
Sec Seconds.

# Structs

Benchmark Represents a single instance of a benchmark.

# Type aliases

ConversionType represents a unit that can be converted.