aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-31 08:27:06 +0000
committerFuwn <[email protected]>2026-01-31 08:27:06 +0000
commitb6f8267e262b15cac6803e8e079829072bf93937 (patch)
tree13210273e9953f00b2eb561ea09fb0fa9db0a397
parentdocs(README): Expand "How It Works" (diff)
downloadiku-b6f8267e262b15cac6803e8e079829072bf93937.tar.xz
iku-b6f8267e262b15cac6803e8e079829072bf93937.zip
chore(Taskfile): Add benchmem option to bench task
-rw-r--r--Taskfile.yaml2
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