Skip to content

Commit 8d1cf02

Browse files
committed
Add the 'bm_btree' benchmark.
1 parent 15a82c9 commit 8d1cf02

File tree

5 files changed

+491
-0
lines changed

5 files changed

+491
-0
lines changed

pyperformance/data-files/benchmarks/MANIFEST

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ asyncio_tcp <local>
2525
asyncio_tcp_ssl <local:asyncio_tcp>
2626
asyncio_websockets <local>
2727
bpe_tokeniser <local>
28+
btree <local>
29+
btree_gc_only <local:btree>
2830
concurrent_imap <local>
2931
coroutines <local>
3032
coverage <local>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tool.pyperformance]
2+
name = "btree_gc"
3+
extra_opts = ["all"]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tool.pyperformance]
2+
name = "btree_gc"
3+
extra_opts = ["--gc-only"]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "pyperformance_bm_btree"
3+
requires-python = ">=3.8"
4+
dependencies = ["pyperf"]
5+
urls = {repository = "https://github.com/python/pyperformance"}
6+
dynamic = ["version"]
7+
8+
[tool.pyperformance]
9+
name = "btree"

0 commit comments

Comments
 (0)