forked from TechEmpower/FrameworkBenchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
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
aa #42
Merged
Merged
aa #42
Conversation
This file contains 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
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.70. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.66...openssl-v0.10.70) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/Rust/ohkami/openssl-0.10.70 Bump openssl from 0.10.66 to 0.10.70 in /frameworks/Rust/ohkami
Bumps [hickory-proto](https://github.com/hickory-dns/hickory-dns) from 0.24.2 to 0.24.3. - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.24.3/CHANGELOG.md) - [Commits](hickory-dns/hickory-dns@v0.24.2...v0.24.3) --- updated-dependencies: - dependency-name: hickory-proto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/Rust/axum/hickory-proto-0.24.3 Bump hickory-proto from 0.24.2 to 0.24.3 in /frameworks/Rust/axum
Bumps [rack](https://github.com/rack/rack) from 3.0.11 to 3.0.12. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/commits/v3.0.12) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/agoo/rack-3.0.12 Bump rack from 3.0.11 to 3.0.12 in /frameworks/Ruby/agoo
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.8 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.8...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/rails/nokogiri-1.18.3 Bump nokogiri from 1.16.8 to 1.18.3 in /frameworks/Ruby/rails
Bumps [rack](https://github.com/rack/rack) from 3.1.8 to 3.1.10. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v3.1.8...v3.1.10) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/rails/rack-3.1.10 Bump rack from 3.1.8 to 3.1.10 in /frameworks/Ruby/rails
Bumps [passenger](https://github.com/phusion/passenger) from 6.0.23 to 6.0.26. - [Release notes](https://github.com/phusion/passenger/releases) - [Changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG) - [Commits](phusion/passenger@release-6.0.23...release-6.0.26) --- updated-dependencies: - dependency-name: passenger dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/rack-sequel/passenger-6.0.26 Bump passenger from 6.0.23 to 6.0.26 in /frameworks/Ruby/rack-sequel
The epository has been archived by the owner on Apr 9, 2024
* add tio-boot * add server.port=8080 * update docker filename --------- Co-authored-by: litongjava <[email protected]>
`benchmark_config.json` wasn't correct resulting in the following warning: Framework sisk does not define a default test in benchmark_config.json
* upgrade ktor depds * Update build.gradle.kts * Update pom.xml * Update pom.xml --------- Co-authored-by: Ilya Nemtsev <[email protected]>
Also use ActiveRecord instead of DataMapper, as that is no longer maintained. +-------------------+-----+-----+-----+------+-------+---------+--------------+ | branch_name| json| db|query|update|fortune|plaintext|weighted_score| +-------------------+-----+-----+-----+------+-------+---------+--------------+ | master|16348| 4309| 6315| 3785| 4251| 12539| 439| |padrino/ruby-3.4-ar|35491|12931|12760| 7322| 10133| 17696| 880| +-------------------+-----+-----+-----+------+-------+---------+--------------+
* New type of connection pool using arrays. Signed-off-by: Santiago Pericas-Geertsen <[email protected]> * Removes print statement. Signed-off-by: Santiago Pericas-Geertsen <[email protected]> * Adds support for size-factor in config. Signed-off-by: Santiago Pericas-Geertsen <[email protected]> * Sets size-factor to 1.0. Signed-off-by: Santiago Pericas-Geertsen <[email protected]> * Removes old connection pool implementation that is no longer in use. Some other minor cleanup. --------- Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
* Revert to epoll instead of io_uring * Restore io_uring * Do rever to epoll (PR was not merged yet)
+------------------------+-----+-----+-----+------+-------+---------+--------------+ | branch_name| json| db|query|update|fortune|plaintext|weighted_score| +------------------------+-----+-----+-----+------+-------+---------+--------------+ | master|62219|24663| 8786| 6706| 20755| 62218| 849| |remove-redundant-headers|76413|31652|13103| 6976| 19379| 60110| 982| +------------------------+-----+-----+-----+------+-------+---------+--------------+
* update sisk cadente * add missing dependencies to aot test * remove aot test * fix: plaintext strings * update cadente version * update cadente version
This checks that the status code of the response is a 200. It also makes sure the headers are verified for the query and update tests.
* update tio-http-server version * update dockerfile --------- Co-authored-by: litongjava <[email protected]>
* added fomo framework * added some .keep files * corrected readme * Update .env remove APP_WORKER_COUNT * Test with PHP8.4 * Revert to PHP8.3 Work but with deprecated errrors. * Remove unnece * Remove unnecessary services configs --------- Co-authored-by: Joan Miquel <[email protected]>
* utilize simd-json for unrealistic benchmark * fix pg binding build * fix wasm build * explicit cast fd to tcp listener type * update to rust edition 2024 * feature flag fix
This should reduce build times slightly.
Return JSON from the routes is a lot faster: +------------+------------------------------+------+ | name| branch_name| json| +------------+------------------------------+------+ |rails-iodine| master|105369| |rails-iodine| rails/json-from-route|144006| +------------+------------------------------+------+
Servers like Iodine sets the `Date` header itself. +------------------------------------+------+-----+-----+------+-------+---------+--------------+ | branch_name| json| db|query|update|fortune|plaintext|weighted_score| +------------------------------------+------+-----+-----+------+-------+---------+--------------+ | master|213942|52774|37141| 22971| 49660| 227545| 2923| |roda-sequel/remove-redundant-headers|280527|89348|61538| 24688| 57966| 335448| 3752| +------------------------------------+------+-----+-----+------+-------+---------+--------------+
Some servers already set the 'Date' or 'Content-Length' headers. +-----------+------------------------------------+-----+-----+------+-------+--------------+ | name| branch_name| db|query|update|fortune|weighted_score| +-----------+------------------------------------+-----+-----+------+-------+--------------+ |rack-sequel| master|44962|19605| 10677| 34058| 1373| |rack-sequel|rack-sequel/remove-redundant-headers|45573|20403| 12342| 34488| 1507| +-----------+------------------------------------+-----+-----+------+-------+--------------+
+------------+------------------------------------+------+-----+-----+------+-------+---------+--------------+ | name| branch_name| json| db|query|update|fortune|plaintext|weighted_score| +------------+------------------------------------+------+-----+-----+------+-------+---------+--------------+ | rack-iodine| master|272762|92478|82287| 25252| 76641| 356731| 4319| | rack-iodine|rack/remove-redundant-content-length|329655|95705|83260| 25488| 80504| 498301| 4458| +------------+------------------------------------+------+-----+-----+------+-------+---------+--------------+
* bump ohkami & add various tests * fix dockerfiles * fix dockerfiles * fix cfg * fix dockerfiles * fix around db cfg * fix test names * remove conflict debris
* Update dependencies * Update dependencies * Update dependencies * Update dependencies * Update dependencies * Fix native image settings * Change implementations * Update version * Add tests for new adapter * Update dependencies * Update dependencies
* 适配最新版 * 适配最新版 * 适配最新版 * 适配最新版 * 适配最新版 * 适配最新版 * 适配最新版 * 适配最新版
* update new test * update new test * fix directory error * fix db update error * fix db update error * fix db update error * fix db update error * fix paozhu * update paozhu * update paozhu * update paozhu * update paozhu
Bumps [koa](https://github.com/koajs/koa) from 2.5.0 to 2.15.4. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/2.15.4/History.md) - [Commits](koajs/koa@2.5.0...2.15.4) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.5.1 to 0.5.6. - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](ruby/net-imap@v0.5.1...v0.5.6) --- updated-dependencies: - dependency-name: net-imap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…9395) Bumps [simd-json-derive](https://github.com/simd-lite/simd-json-derive) from 0.2.2 to 0.12.0. - [Release notes](https://github.com/simd-lite/simd-json-derive/releases) - [Commits](simd-lite/simd-json-derive@v0.2.2...simd-json-derive-int-v0.12.0) --- updated-dependencies: - dependency-name: simd-json-derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use Bun's SQL API for Elysia * Upgrade bun to 1.2
Bumps [uri](https://github.com/ruby/uri) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](ruby/uri@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: uri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/rails/uri-1.0.3 Bump uri from 1.0.2 to 1.0.3 in /frameworks/Ruby/rails
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.