You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
At the moment of writing doesn't come with much benchmark data to run black against. It's basically a 21.6b0 checkout of black's source code + one string micro target (based off of Jelle's discovery of ESP causing slowdowns). I'd appreciate more code files to throw to black.
I'm looking for two kinds of targets: "normal" and "micro" . Normal targets should represent real-world code (so the benchmarking data actually represents real-world performance). Micro targets should be small and are focused on one area of black formatting (and mostly exist to measure performance in a specific area, like string processing).
In terms of hard rules: normal targets shouldn't be bigger than ~2000 lines (this is to keep time requirements to run the benchmark based off the target managable), and micro targets shouldn't be bigger than ~400 lines.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
With the release of 21.7.dev2, this has been mostly addressed. I'm sure the included targets could use some more tweaking but this doesn't need to be pinned anymore :)
At the moment of writing doesn't come with much benchmark data to run black against. It's basically a 21.6b0 checkout of black's source code + one string micro target (based off of Jelle's discovery of ESP causing slowdowns). I'd appreciate more code files to throw to black.
I'm looking for two kinds of targets: "normal" and "micro" . Normal targets should represent real-world code (so the benchmarking data actually represents real-world performance). Micro targets should be small and are focused on one area of black formatting (and mostly exist to measure performance in a specific area, like string processing).
In terms of hard rules: normal targets shouldn't be bigger than ~2000 lines (this is to keep time requirements to run the benchmark based off the target managable), and micro targets shouldn't be bigger than ~400 lines.
Thank you in advance!
The text was updated successfully, but these errors were encountered: