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 #43
Merged
Merged
aa #43
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
Some frameworks, such as Next.js, automatically inject `<meta>`, `<link>`, and `<script>` tags into pages rendered by their templating system. Since the Fortunes test is meant to exercise the templating system (as opposed to raw string concatenation), it should allow these tags. Furthermore, React warns against nesting a `<tr>` directly inside a `<table>` ("<tr> cannot be a child of <table>") because browsers will automatically wrap the `<tr>` elements in a `<tbody>`, causing a mismatch with the virtual DOM. Therefore, the Fortunes test should allow optional `<tbody>` (and `<thead>`) tags. This commit relaxes the HTML validation for the Fortunes test to allow these tags by simply ignoring them when building the comparison string.
Bumps [rack](https://github.com/rack/rack) from 3.1.10 to 3.1.11. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v3.1.10...v3.1.11) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/rails/rack-3.1.11 Bump rack from 3.1.10 to 3.1.11 in /frameworks/Ruby/rails
Bumps [fastify](https://github.com/fastify/fastify) from 2.12.1 to 2.15.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v2.12.1...v2.15.1) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.3 to 4.7.7. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.3...v4.7.7) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…meworks/TypeScript/nest/handlebars-4.7.7 Bump handlebars from 4.7.3 to 4.7.7 in /frameworks/TypeScript/nest
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Crax is currently failing and hasn't been updated in 5 years: https://github.com/crax-framework/crax
Hug hasn't received any updates in 2 years and seems abandonned: hugapi/hug#897 Also, it only implements the plaintext test, which isn't allowed by the current rules.
Starlite is currently failing and hasn't been updated in 3 years: https://github.com/Harry-Lees/starlite
Morepath is currently failing and hasn't been updated in 3 years: https://github.com/morepath/morepath/tree/master
Xpresso is currently failing and the framework hasn't been updated in 2 years and the projects seems unmaintained: https://github.com/adriangb/xpresso > It's going to stay around, but it's less likely to become a stable > production ready framework
Vibora hasn't been updated in 6 years and the repo has been archived: https://github.com/vibora-io/vibora
Also set Date header for Puma only.
+--------------+------+-----+-----+------+-------+---------+--------------+ | | json| db|query|update|fortune|plaintext|weighted_score| +--------------+------+-----+-----+------+-------+---------+--------------+ | master| 58048|23085|12225| 5170| 12364| 47186| 775| |sinatra/iodine|103642|41732|31679| 7853| 10708| 100518| 1461| +--------------+------+-----+-----+------+-------+---------+--------------+
* Paozhu update * Update orm file * [Paozhu] update orm file
Anansi is currently failing and the repo hasn't seen activity in 2 years: https://github.com/saru-tora/anansi
Luxure is currenlty failing and the repo hasn't seen activity in 2 years: https://github.com/cosock/luxure
Play1 is currently failing because downloading the framework fails: https://tfb-status.techempower.com/unzip/results.2025-03-08-22-02-56-466.zip/results/20250302185309/play1/build/play1.log The TechEmpower tests haven't been updated in 5 years, and the latest v1 release is from 3 years ago: https://www.playframework.com/releases
This fixes the failing quart test because Werkzeug version 3 removed `url_quote` raising: ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
CueHttp only implements the plaintext test and the framework hasn't been updated in 4 years: https://github.com/doraxcyle/cuehttp
* [ntex]: add io-uring runtime * wip * wip
This fixes the failing flask test because Werkzeug version 3 removed `url_quote` raising: ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
[crystal/lucky] Disable compression
[helidon] Should fix some connection issues
Add sharaf framework
[Rust] Add hyperlane
…/Rust/rocket/ring-0.17.13 Bump ring from 0.17.8 to 0.17.13 in /frameworks/Rust/rocket
…ython/turbogears/jinja2-3.1.6 Bump jinja2 from 2.11.3 to 3.1.6 in /frameworks/Python/turbogears
…meworks/TypeScript/nest/fastify-2.15.1 Bump fastify from 2.12.1 to 2.15.1 in /frameworks/TypeScript/nest
…works/Go/echo/src/golang.org/x/net-0.36.0 Bump golang.org/x/net from 0.23.0 to 0.36.0 in /frameworks/Go/echo/src
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.