pypsa-meets-earth/pypsa-earth

Create speed measurement infrastructure

Open

#996 opened on Mar 21, 2024

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Python (349 forks)auto 404
feature requestgood first issuehelp wanted

Repository metrics

Stars
 (351 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the feature you'd like to see

Sometimes we make code changes and don't recognize its speed impacts.

It would be good to track for each rule (and ideally each function within the rule) the performance comparing PR branch to OS main. I saw some Python packages doing that in the past (just remembered they used Azure infra) and reading some UNIX & C wisdoms measuring that stuff is generally a good idea.

Contributor guide