forked from TechEmpower/FrameworkBenchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
aa #32
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
Merged
Merged
aa #32
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2. Updated the cluster code to use availableParallelism as used nowdays witth the recent node.js versions. 3. Updated to the ESM require modules which are used in all latest node.js projects instead of old CJS modules.
The connection pool size should be set to the number of threads per worker. This was previously correct. This partially reverts commit 43761fc.
* aspcore: add platform multiple queries * Add missing console output * tweak postgresql connectionstring * Set DOTNET_SYSTEM_NET_SOCKETS_INLINE_COMPLETIONS --------- Co-authored-by: Stefan Negulescu <tar_the_dark@hotmail.com>
This allows better comparison between other frameworks and the Rack baseline.
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.5...v3.8.6) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update giraffe to .NET 8.0 * Update zebra * No need for utf8json * No need for utf8json
* H2O: Update dependencies * H2O: Optimize the database updates test further Use the same query as the faster implementations.
* [xitca-web] add xitca-web-axum bench. * revert to nightly toolchain. * avoid boxing response body.
* [C++] [userver] Do less logging-related work in PG queries * don't validate parameters in queries * optimizes fortunes: no need to copy strings, string_view would do * + clang-format * up userver commit * up userver commit
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…ython/api_hour/aiohttp-3.9.0 Bump aiohttp from 3.8.6 to 3.9.0 in /frameworks/Python/api_hour
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…ython/aiohttp/aiohttp-3.9.0 Bump aiohttp from 3.8.6 to 3.9.0 in /frameworks/Python/aiohttp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.