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

Feedback: performance benchmark on 1,207 files #77

Open
shaunlebron opened this issue Sep 5, 2024 · 0 comments
Open

Feedback: performance benchmark on 1,207 files #77

shaunlebron opened this issue Sep 5, 2024 · 0 comments

Comments

@shaunlebron
Copy link

On a Macbook Pro, 13-inch, M1, 2020. Running on a codebase described below:

$ cloc src

Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Clojure                       1136          23719          19119         152808
ClojureScript                   46            648            215           6019
ClojureC                        24            336            125           2337

$ standard-clj fix src
  • Unplugged: 10.5s
  • Plugged in: 5.3s

Subsequently running Parstager on these changes:

$ parstager src
  • Unplugged: 40s
  • Plugged: 25s

I thought Parstager would be faster since it’s not doing as much (cli isn’t processing files in paralell though), but standard clojure style seems blazing fast in comparison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants