| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportAttention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #1324 +/- ##
=======================================
Coverage ? 68.00%
=======================================
Files ? 332
Lines ? 26530
Branches ? 0
=======================================
Hits ? 18042
Misses ? 8488
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
Thank you! It's interesting though, that probably this script was probably not used since the Python 2 -> 3 migration which happened many years ago. Out of curiosity: did you manage to run the script correctly? Maybe it could make sense to run it periodically as a Github action in that case. |
Sorry, something went wrong.
Yes. It works well after solving this problem. I have run it for a stress test on my local machine, and it helps a lot. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
StressTest.py reported TypeError because float number can't be used in range(), due to // in Python doesn't always return a integer. Now it's fixed.