Skip to content

Commit 974e29c

Browse files
authored
add version of Richards that uses super() (#271)
* add version of Richards that uses super() * update some metadata * remove unnecessary inheriting from object
1 parent 99fe9b1 commit 974e29c

File tree

3 files changed

+440
-0
lines changed

3 files changed

+440
-0
lines changed

Diff for: pyperformance/data-files/benchmarks/MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ regex_dna <local>
5858
regex_effbot <local>
5959
regex_v8 <local>
6060
richards <local>
61+
richards_super <local>
6162
scimark <local>
6263
spectral_norm <local>
6364
sqlalchemy_declarative <local>
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)