Skip to content

paulcamp/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Welcome to the benchmarks repo.
This is a collection of folders, each containing a separate readme.MD to state the intent.

Usage

Open folder in vscode or your choice of golang IDE.

go mod tidy
go build ./...

Then run all benchmarks using the IDE.

Githooks

githooks are present to safeguard non-building commits.
Read more about githooks

If you wish to use the githooks, run these commands inside the cloned repo folder:

cd .git/hooks
rm pre-commit
cp -s ../../gittemplates/hooks/pre-commit .
chmod +x pre-commit

this creates a symbolic link to the repo copies of the hooks and uses them locally.

About

go benchmarking examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published