Skip to content

Files

bench

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 2, 2024
Nov 12, 2024
Nov 12, 2024
Feb 6, 2025
Feb 6, 2025
Jan 1, 2024
Dec 30, 2023
Nov 12, 2024
Nov 12, 2024
Feb 20, 2024

The benchmarks will only work for amd64 builds. To run the benchmarks, you have to amend the path in the replace line in go.mod.

To generate a diagram use e.g. GOMAXPROCS=100 go test -bench=Get -benchmem | grep -E ': |Parallel' >bench.out ./plot.py (a diagram opens, it is also stored in bench.png)