8000 add asyncio tag to asyncio related benchmarks (#347) · python/pyperformance@a760887 · GitHub
[go: up one dir, main page]

Skip to content

Commit a760887

Browse files
add asyncio tag to asyncio related benchmarks (#347)
1 parent 9d19768 commit a760887

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

pyperformance/data-files/benchmarks/bm_async_generators/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dynamic = ["version"]
77

88
[tool.pyperformance]
99
name = "async_generators"
10+
tags = "asyncio"

pyperformance/data-files/benchmarks/bm_asyncio_tcp/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dynamic = ["version"]
77

88
[tool.pyperformance]
99
name = "asyncio_tcp"
10+
tags = "asyncio"

pyperformance/data-files/benchmarks/bm_asyncio_websockets/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dynamic = ["version"]
77

88
[tool.pyperformance]
99
name = "asyncio_websockets"
10+
tags = "asyncio"

pyperformance/data-files/benchmarks/bm_coroutines/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dynamic = ["version"]
77

88
[tool.pyperformance]
99
name = "coroutines"
10+
tags = "asyncio"

0 commit comments

Comments
 (0)
0