Skip to content

Commit b78468e

Browse files
authored
Merge pull request #103 from hyp3rd/feat/modernize
Feat/modernize
2 parents c4e8e8c + be4cbf0 commit b78468e

24 files changed

Lines changed: 1621 additions & 4774 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ci: lint typecheck test-race sec build
3333

3434
# bench runs the benchmark tests in the benchmark subpackage of the tests package.
3535
bench:
36-
cd tests/benchmark && go test -bench=. -benchmem -benchtime=4s . -timeout 30m
36+
cd tests/benchmark && go test -bench=. -benchmem -benchtime=4s ./... -timeout 30m
3737

3838
# bench-baseline captures the current benchmark output to bench-baseline.txt for benchstat comparison.
3939
bench-baseline:

bench-baseline-v2.txt

Lines changed: 0 additions & 51 deletions
This file was deleted.

bench-baseline.txt

Lines changed: 0 additions & 51 deletions
This file was deleted.

bench-phase1.txt

Lines changed: 0 additions & 51 deletions
This file was deleted.

bench-step1-unit.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)