-
Describe the bugShows that I'm in Top 40.2% of GitHub users with 336 commits With more number of commits, I should have a rank of less number (<40.2%) Expected behavior977 > 336 So with 977 commits, I should be given a ranking more than that of 336 commits Screenshots / Live demo linkAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, @hashfx! Thanks for your question! During rank calculation cmmits count have four time lower value if you're using query parameter |
Beta Was this translation helpful? Give feedback.
Hey, @hashfx! Thanks for your question! During rank calculation cmmits count have four time lower value if you're using query parameter
&include_all_commits=true
. Therefore having 250 commits per year and 1000 commits lifetime is equal for rank calculation. Since you have more commits per year, it shows more higher rank. You can check our rank calculation algorithm here https://github.com/anuraghazra/github-readme-stats/blob/master/src/calculateRank.js