diff options
| author | Fuwn <[email protected]> | 2026-01-31 08:27:06 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-31 08:27:06 +0000 |
| commit | b6f8267e262b15cac6803e8e079829072bf93937 (patch) | |
| tree | 13210273e9953f00b2eb561ea09fb0fa9db0a397 | |
| parent | docs(README): Expand "How It Works" (diff) | |
| download | iku-b6f8267e262b15cac6803e8e079829072bf93937.tar.xz iku-b6f8267e262b15cac6803e8e079829072bf93937.zip | |
chore(Taskfile): Add benchmem option to bench task
| -rw-r--r-- | Taskfile.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index f0da8b1..c0746ac 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -44,7 +44,7 @@ tasks: bench: desc: Run benchmarks cmds: - - go test -bench=. ./... + - go test -bench=. -benchmem ./... fmt: desc: Format code |