forked from TechEmpower/FrameworkBenchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
aa #44
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 #44
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
+------------------------+-------+ | branch_name|fortune| +------------------------+-------+ | master| 29296| |roda/assume-fixed-locals| 32861| +------------------------+-------+
+----------------------------------+------+ | branch_name|update| +----------------------------------+------+ | master| 9258| |roda-sequel/ids-outside-connection| 9601| +----------------------------------+------+
update feat
+------------------------------+------+ | branch_name|update| +------------------------------+------+ | master| 7905| |sinatra/ids-outside-connection| 8392| +------------------------------+------+
+---------------------------+-----+ | branch_name|query| +---------------------------+-----+ | master|21337| |rack/ids-outside-connection|21873| +---------------------------+-----+
API::Controller is a lightweight version of ActionController::Base, useful for controllers that only return JSON. +----------------------+------+-----+-----+------+-------+---------+--------------+ | branch_name| json| db|query|update|fortune|plaintext|weighted_score| +----------------------+------+-----+-----+------+-------+---------+--------------+ | master|147603|32970|26658| 15330| 18044| 173519| 1934| |rails/metal-controller|159296|33277|30173| 15743| 19999| 177191| 2059| +----------------------+------+-----+-----+------+-------+---------+--------------+
[ruby/roda-sequel] Get ids outside of database connection
[ruby/sinatra] Get ids outside of database connection
[ruby/rack-sequel] Get ids outside of database connection
[ruby/roda-sequel] Enable assume_fixed_locals
[rails] Use ActionController::API for actions that return JSON
[go/gin] Ensure rows are closed
http4k: Reduce mutations to comply with limit of 10
Add fortunes & database updates & caching
* [Zig/Httpz] calculate date on another thread * [Zig/Httpz] fix build error * [Zig/Httpz] fix build error 2 * [Zig/Httpz] fix build error 3 * [Zig/Httpz] fix #4 * [Zig/Httpz] proper escape * [Zig/Htttpz] update run.sh * [Zig/Httpz] update dockerfile * [Zig/Httpz] update dockerfile 2 * [Zig/Httpz] update dockerfile 3 * [Zig/Httpz] update dockerfile 4 * [Zig/Httpz] update dockerfile 5 * update dockerfile 6 * update dockerfile 7 * update doclerfile 8 * update dockerfile 9
* Add new framework Java/today * change build config * ⬆️ 升级版本 4.0.0-Draft.6 * 更新 /updates API * 打开日志 * 🔥 删除 /updates API 偶尔会出错,目前尚未找到原因 * 🎨 更新 /updates API * 🎨 添加 epoll 支持 * 🔥 remove all of the files that aren't necessary for the tests * 🎨 .gitignore * 🎨 优化构建 * ✨ 更新框架,新增 cached_query_url * 🎨 优化使用方式 * 🎨 优化使用方式 * 🎨 * 🎨 * 🎨 修改 cached queries 地址
…y and Simplicity (#9490) refactors the user and group creation process in the Dockerfile to address inefficiencies, reduce redundancy, and enhance simplicity.
* Update ASP.NET metadata Would it be possible to also update the <T> calculation using `ASP.NET Core [Paltform]` instead of the previous `ASP.NET Core`? * Fix typeos * Remove updates for MVC * Add maintainers to benchmark_config.json
Use autotune instead as the server can handle a lot more than 8 threads.
* ihp: update to v1.3.1 * ihp: use specific nixpkgs commit to avoid out of memory on github actions
* Upgrade aiohttp * Update aiohttp.dockerfile * Update aiohttp-pg-raw.dockerfile * Update aiohttp-pg-raw.dockerfile * Update main.py * Update models.py * Update frameworks/Python/aiohttp/requirements.txt * Update models.py * Update aiohttp.dockerfile * Update aiohttp-pg-raw.dockerfile * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update aiohttp-pg-raw.dockerfile * Update aiohttp.dockerfile * Update main.py * Update requirements.txt * Update aiohttp-pg-raw.dockerfile * Update aiohttp.dockerfile
Move setting headers to application action. Use repo's for database operations.
Also increase the connection pool to 3 (similar to Rails). +-------------------------+---------+------+-----+-----+-----+--------------+ | branch_name|plaintext|update| json| db|query|weighted_score| +-------------------------+---------+------+-----+-----+-----+--------------+ | master| 19841| 10008|57534|25783|13696| 1087| |grape/update-dependencies| 22286| 10680|58089|28088|17152| 1213| +-------------------------+---------+------+-----+-----+-----+--------------+
* change to for each * add logback --------- Co-authored-by: litongjava <[email protected]>
Also make sure records are always loaded from cache for cached_query.
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.2.3...v_1.2.13) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…/Java/tio-boot/ch.qos.logback-logback-classic-1.2.13 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 in /frameworks/Java/tio-boot
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.3 to 9.5.5. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](redis/go-redis@v9.5.3...v9.5.5) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…works/Go/goravel/src/gin/github.com/redis/go-redis/v9-9.5.5 Bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.5 in /frameworks/Go/goravel/src/gin
Not using a logger is faster than setting the log level to fatal. +----------------+------+-----+-----+------+-------+---------+------------+--------------+ | branch_name| json| db|query|update|fortune|plaintext|cached-query|weighted_score| +----------------+------+-----+-----+------+-------+---------+------------+--------------+ | master|152537|33415|28714| 13947| 20249| 186596| 27632| 1901| |rails/nil-logger|157689|34283|30021| 15317| 21485| 184987| 26848| 2034| +----------------+------+-----+-----+------+-------+---------+------------+--------------+
Roa has been failing for more than a year: https://tfb-status.techempower.com/results/1d6a0f6b-7106-4aa1-8341-63d4bd23779f The project repo hasn't seen any updates in 3 years: https://github.com/Hexilee/roa
* feat: update & fortune * feat: randomNumber * feat: max row 500 * feat: update * feat: Fortune * feat: fortunes * feat: update * feat: update * feat: update * feat: update * feat: fortunes * feat: fortunes * feat: fortunes * feat: fortunes * feat: fortunes * feat: fortunes * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: cache * feat: cache * feat: config * feat: config * feat: config * feat: v4.36.1 * docs: readme * feat: remove dyn * docs: readme * feat: lock * feat: lock * feat: lock * feat: lock * feat: db pool * feat: db pool * feat: lock * feat: lock * feat: db * feat: db * feat: db * feat: db * feat: db * feat: db * feat: db * feat: db * feat: rand * feat: rand * feat: rand * feat: rand * feat: rand * feat: port * feat: port * feat: port * feat: db * feat: db * feat: db * feat: lock * feat: lock * feat: v4.41.0 * feat: v4.42.0 * Merge remote-tracking branch 'upstream/master' * Merge remote-tracking branch 'upstream/master' * feat: inline * feat: dockerfile
Bumps [next](https://github.com/vercel/next.js) from 15.1.3 to 15.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.1.3...v15.2.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…meworks/TypeScript/nextjs/next-15.2.3 Bump next from 15.1.3 to 15.2.3 in /frameworks/TypeScript/nextjs
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…works/Go/goravel/src/fiber/github.com/golang-jwt/jwt/v5-5.2.2 Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /frameworks/Go/goravel/src/fiber
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…works/Go/goravel/src/gin/github.com/golang-jwt/jwt/v4-4.5.2 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in /frameworks/Go/goravel/src/gin
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.3 to 1.18.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.3...v1.18.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/rails/nokogiri-1.18.4 Bump nokogiri from 1.18.3 to 1.18.4 in /frameworks/Ruby/rails
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ython/falcon/gunicorn-23.0.0 Bump gunicorn from 20.1.0 to 23.0.0 in /frameworks/Python/falcon
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ython/api_hour/gunicorn-23.0.0 Bump gunicorn from 22.0.0 to 23.0.0 in /frameworks/Python/api_hour
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ython/starlette/gunicorn-23.0.0 Bump gunicorn from 20.1.0 to 23.0.0 in /frameworks/Python/starlette
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.