Skip to content

Commit

Permalink
add histograms support for pytest-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Aug 17, 2023
1 parent 54a335c commit 61b15c2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test = [
"pytest-cov>=4.0.0",
"pytest-asyncio",
"faker",
"pytest-benchmark",
"pytest-benchmark[histogram]>=4.0.0",
"asyncpg", # for tests_pg
"greenlet", # for tests_pg
]
Expand Down

0 comments on commit 61b15c2

Please sign in to comment.