Skip to content

Add benchmark for deepcopy #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 7, 2022
Merged
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
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
eendebakpt committed May 15, 2022
commit 9a96b758a32c1a145f21fe3e71ed97e92386b59a
4 changes: 2 additions & 2 deletions doc/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ CTR, ECB and OFB).
deepcopy
--------

benchmark the pytython `copy.deepcopy` method. The `deepcopy` method is
performed on a nestest dictionary and a dataclass.
Benchmark the Python `copy.deepcopy` method. The `deepcopy` method is
performed on a nested dictionary and a dataclass.

deltablue
---------
Expand Down