Skip to content

aaditkapoor/GoBenchmark

Repository files navigation

GoBenchmark

GoBenchmark is a library that can help you benchmark code snippets.

  • Easy benchmarking
  • Abilitiy to customize units and statistical measures.
  • Ability to graph your output. (Not yet completed)

It features a Benchmark and BenchmarkStat mode that allows you compute various statistical measures of a given function. The library is extremely customizable and allows you to compute what you need.

alt text

Quickstart

Try it!

GoDoc

Documentation

Inspiration

Inspired by

Contribution

We'd love to accept your patches and contributions to this project.

LICENSE

Copyright 2020 Aadit Kapoor

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.