Skip to content

volsch/collection-loop-golang-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Collection Loop Benchmark

Benchmark for different types of Golang slice loops. The benchmark uses Go 1.22.

Run:

go test -bench=. -count 5 -benchtime=10s -cpu 1 -benchmem