-
Notifications
You must be signed in to change notification settings - Fork 1
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
Could please re-run phuslu/slog with latest commit #3
Comments
sorry, it's github.com/phuslu/log@6e8a3d0f36a9820bde0f0bd2862abdf33aea4292 the v1.0.93 is old one for phuslu/log#69 |
I'm having an odd issue with some of the benchmark tests ( That being said, I was able to push that version and it runs to completion in Github Actions so that's what is currently showing. The numbers are just not any better for those two tests. When I pull the tip of your master branch I get a different error (during the verification tests):
The test is:
A second test fails in a similar manner, probably with the sequence:
The tip of your branch does have better numbers for the two tests that have really long numbers at |
Thanks again! Let me try to continue my improvement. |
Please ignore my request now(don't update your benchmark code&resuslts). I gave up current approach and will totally rewrite phuslu/slog handler. thanks again! |
Hi @madkins23 , thank you for your help and guide before. Now phuslu/slog is ready for your review/test now(again 😄 ) Since my latest commit in phuslu/log@4daa79c |
Pushed. Looks good.
There's a |
thanks a lot, I will try to improve in later days then release a new version/tag -- But I supposed there will no significantly performance improvement, just code styles. thanks again for make phuslu/slog become reality |
According benchmark in https://madkins23.github.io/go-slog/handler/PhusluSlog.html , Currently phuslu/slog still has two performance shortcomings: |
For https://github.com/phuslu/log/blob/fe42011085caece4d66b9b336b40e236cdaeafe5/slog.go#L55 |
The |
thanks for explanation, I added a commit on phuslu/log tip to fix Historical reason is that phuslu/log |
I believe the |
OK, should be done. FYI: The |
understood. Currently I have a real case to demonstrate phuslu/log performance, thanks again. |
Many thanks for adding phuslu/slog to your benchmark.
The current phuslu/slog is very rough, it only passed
slogtest
and focus on common performance -- logging/simple/simplesource suites in your repo.After review&learn your other test cases, I understood that phuslu/slog has poor performance in vary/variable groups cases.
So I tried to improve phuslu/slog performance today, in master branch https://github.com/phuslu/log/commits/master/
Could you please give a chance to verify it? Very appreciate for your works!
The text was updated successfully, but these errors were encountered: