Skip to content
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

perf: plugin load time #157

Merged
merged 1 commit into from
Nov 14, 2024
Merged

perf: plugin load time #157

merged 1 commit into from
Nov 14, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Nov 8, 2024

What I did

before:

In [1]: %time import ape_etherscan
CPU times: user 987 ms, sys: 140 ms, total: 1.13 s
Wall time: 1.15 s

after:

In [1]: %time import ape_etherscan
CPU times: user 7.72 ms, sys: 3.29 ms, total: 11 ms
Wall time: 10.7 ms

How I did it

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@antazoey antazoey merged commit 623f95a into ApeWorX:main Nov 14, 2024
6 of 14 checks passed
@antazoey antazoey deleted the perf/load branch November 14, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants