-
Notifications
You must be signed in to change notification settings - Fork 28
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
Take part in TFB competition #70
Comments
@plokhotnyuk, do you really see much value in this? I actually built the core of YouI to leverage Undertow because of those benchmarks, but a wrapper on top of one of the fastest frameworks doesn't seem a worthwhile endeavor apart from showing how much YouI slows things down. :) |
beside a direct value of know how to tune your server for better performance you can get new users & contributors that will be attracted by the TFB site |
@plokhotnyuk, I've been thinking more about this and I'm not opposed. Would you be interested in collaborating to build something like this out? I'm currently releasing |
Matt, please, review a PR. Only two simplest test cases were implemented: Also I have build a flamegraph at 100K msg/sec rate. You can download it (in a 30 days) and explore interactively in the browser. It seems that the logging system still eats a lot of CPU (~30% according the graph). |
@plokhotnyuk, nice work. I'll have to check to see why Scribe is eating so much, it shouldn't have any noticeable impact on performance. I'd be curious to see the performance difference between your JSON library and using JsonUtil as well. |
AFAIK |
@plokhotnyuk, the CI failed on that PR |
I have no idea what wrong is happening in the CI... According to logs the server started successfully and have no bounding to the port errors. Can it be binding to unexpected network interface or address? It would be great to add an explicit logging with printing of the network address and a port on both (server and test client) sides. |
It does not help, the error message on Travis-CI is the same: https://travis-ci.org/TechEmpower/FrameworkBenchmarks/jobs/488369520 |
Strange. I'm not familiar with how they do the testing, but it sounds like a configuration issue outputting the results. |
I have reproduced the same error using the following command: BTW, docs are here: https://github.com/TechEmpower/FrameworkBenchmarks#quick-start-guide |
I have fixed binding on 0.0.0.0 and the Travis CI build is green now. All respects to @AnderEnder who helped me a lot in that! |
That's awesome! Is there any way we can see how it stacks up against the competition? |
Yes, after merging of that PR to the master, we will wait for the next test round on their site and then after its completion we will see not only ranking with max throughput but also results of warming up attempts with different number of connections |
Below are results of benchmarks for Scala http frameworks on Citrine environment. |
@plokhotnyuk, awesome! This is a good starting place to do some real performance improvements. I know you've already done some performance testing. If you're interested in submitting any updates, they would be absolutely welcome. |
To be clear, I haven't done any performance tuning of YouI to this point. |
Sources:
https://github.com/TechEmpower/FrameworkBenchmarks
Latest run results:
https://www.techempower.com/benchmarks/#section=test&runid=a0d6e357-e8e3-4a5b-9ef0-6175ed824b20&hw=ph&test=json
The text was updated successfully, but these errors were encountered: