Skip to content

Commit 7ec66ed

Browse files
committed
Fix toml files
1 parent e8d2c80 commit 7ec66ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyperformance/data-files/benchmarks/bm_networkx/bm_networkx_shortest_path.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ dependencies = [
77
]
88
urls.repository = "https://github.com/python/pyperformance"
99
dynamic = ["version"]
10+
11+
[tools.pyperformance]
12+
name = "networkx_shortest_path"
13+
extra_opts = ["shortest_path"]

0 commit comments

Comments
 (0)