Added router benchmarks

This commit is contained in:
2024-03-12 20:35:19 +01:00
parent 8330e688e2
commit 56adbf33ba
10 changed files with 129 additions and 11 deletions

2
go.mod
View File

@ -4,5 +4,5 @@ go 1.22
require (
git.akyoto.dev/go/assert v0.1.3
git.akyoto.dev/go/router v0.1.1
git.akyoto.dev/go/router v0.1.2
)