Skip to content

Commit 50c4658

Browse files
committed
build: added benchmark script to mise.toml
1 parent f5db328 commit 50c4658

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mise.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ run = "uv run python3 -m codegen.run"
55
[tasks.test]
66
description = "Run unit tests"
77
run = "uv run pytest"
8+
9+
[tasks.test]
10+
description = "Run benchmarks"
11+
run = "uv run richbench benchmarks"

0 commit comments

Comments
 (0)