We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fe9b1 commit 974e29cCopy full SHA for 974e29c
pyperformance/data-files/benchmarks/MANIFEST
@@ -58,6 +58,7 @@ regex_dna <local>
58
regex_effbot <local>
59
regex_v8 <local>
60
richards <local>
61
+richards_super <local>
62
scimark <local>
63
spectral_norm <local>
64
sqlalchemy_declarative <local>
pyperformance/data-files/benchmarks/bm_richards_super/pyproject.toml
@@ -0,0 +1,9 @@
1
+[project]
2
+name = "pyperformance_bm_richards_super"
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 = "richards_super"
0 commit comments