Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add version of Richards that uses super()
  • Loading branch information
Carl Meyer committed Apr 14, 2023
commit 2e1ed817209194ee276d3fadde0533d5c1aa5f52
1 change: 1 addition & 0 deletions pyperformance/data-files/benchmarks/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ regex_dna <local>
regex_effbot <local>
regex_v8 <local>
richards <local>
richards_super <local>
scimark <local>
spectral_norm <local>
sqlalchemy_declarative <local>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[project]
name = "pyperformance_bm_richards_super"
requires-python = ">=3.8"
dependencies = ["pyperf"]
urls = {repository = "https://github.com/python/pyperformance"}
dynamic = ["version"]

[tool.pyperformance]
name = "richards_super"
Loading