jotadrilo / go-benchmark-workshop

Workshop to understand Go benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-benchmark-workshop

Workshop to understand Go benchmarks.

Benchmark

The definition from the Oxford English Dictionary states that a benchmark is "To evaluate or check (something) by comparison with an established standard".

In computing, a benchmark is the act of running a computer program, a set of programs, or other operations, in order to assess the relative performance of an object, normally by running a number of standard tests and trials against it.

Understanding benchmarks

make 0-concepts-show
make 0-concepts-stats

Understanding sub-benchmarks

make 1-concepts-show
make 1-concepts-stats

Golang sort vs quicksort

make 2-sort-show
make 2-sort-stats

About

Workshop to understand Go benchmarks


Languages

Language:Makefile 100.0%