Skip to content

Commit 8932914

Browse files
committed
Add pytest-benchmark.
1 parent 5b8c51d commit 8932914

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

python_solutions/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = []
7+
dependencies = [
8+
"pytest-benchmark>=5.2.3",
9+
]
810

911
[dependency-groups]
1012
dev = [

python_solutions/uv.lock

Lines changed: 27 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)