-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add a mixed test. Question open ? #9391
Comments
I understand what you're getting at @joanhey. I'd be curious what other opinions are here. I may be able to spare somebody from R&D to add a future test type at some point. Love to hear people's thoughts on this. |
To address the "too synthetic" issue, you might want to add some HTTP server compliance check as well. There are quite a few frameworks that I would not consider a HTTP server or HTTP server framework but just very specific response generators to pass the benchmark. And they are of course fast as they do not need to handle all of the cases a regular HTTP server has to. So maybe there is a suite / command line utility that can be used to verify a HTTP server on a basic level - or we could spin off this project, similar what Acid did with HTML. As a result and a soft approach, failing frameworks could be marked as non-realistic, combined with a default filter on realistic tests for official rounds. See https://x.com/uNetworkingAB/status/1811425564764610926 - I must admit I can understand the frustration there. |
This proposal sounds good to me. I don't think that it will have that much of an effect on JIT compilation, since it often works on individual functions/methods instead of traces (so the effect will probably be limited to the routing implementation), but the suggestion is reasonable otherwise, given that it is a somewhat more realistic case. |
Actually a lot of devs say that this bench is too synthetic !!
Almost all benchs are so.
Is it a question for the all devs helping with this benchmark !!
To many tests of this bench test use the JIT help, that is OK.
But in a realistic server will be so ???
I open a new test for discussion !!
The new test will use exactly all the same tests, but with the same test need to run all the tests, so the JIT will be less important.
In a real server, we use different routes to manage it. But we have that already.
We want to see a bench test with:
In the same order for all the frameworks, and later we'll see a more realistic bench.
Perhaps I don't explained perfect, but I think that we need to reflexioned .
1 test each time, with the same order, to kill the JIT for only 1 test
We don't need to change any code to benchmark, we have all the tests, only join in 1 test.
It's an open question!!
PD: any permutation that don't use all the tests in the same bench will be excluded.
EDIT: any framework will use pipeline in all requests ??
The text was updated successfully, but these errors were encountered: