amichair
amichair
If you don't verify that the server response is correct, it's not clear what's being benchmarked... Currently the server can return anything, including an error code, and the benchmark continues...
Since I do not have access to your laptop, you'll have to re-run the benchmarks and update the readme to include the new results. Maybe also take the opportunity to...
It's a bit of a hassle to have to set up the project in an IDE, drill down to find the class and run it manually... would be nice if...
I have no idea where to find it.
I'm looking at the visualization of results from continuous tests f26afdb3-7c19-4c20-84de-228b10434f84 and 3da523ee-fff1-45d8-9044-7feb532bf9ee, two recent consecutive runs. I noticed in the JSON Latency chart that the onion framework went from...
It would be very useful to be able to have a direct link not only to a specific test type, but also to a specific tab within it (e.g. latency...
The docs at https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Development-Readme-Formats#framework-readmes link to https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Java/revenj-jvm as an example of a readme, and running 'tfb --new' generates a readme template for new projects. In addition, to my understanding Gemini...
The JSON/multiple/fortune test requirements all specifically require instantiation of objects (whether or not they are created by an ORM layer or manually using raw connectivity data), whereas the single query...
I think the explanations/requirements surrounding the parameter (e.g. in multiple and update tests) could be clarified a bit, e.g. in updates-ii 'query' is highlighted as a symbol, but in iii...
It would be great if UsernamePasswordAuthProvider could be restructured to separate the view from the business logic. For example, it currently has private methods dealing with Forms and it redirects...