FrameworkBenchmarks icon indicating copy to clipboard operation
FrameworkBenchmarks copied to clipboard

Source for the TechEmpower Framework Benchmarks project

Results 320 FrameworkBenchmarks issues
Sort by recently updated
recently updated
newest added

Actually it's so verbose that we can see the total results. And finish with the output buffer full, even with `no space left on device` in the runners. Also using...

fix #9572 which make `bulkUpdate` fail

Actually we have the maintainers users to be notified when changing their framework directory in the repo (if they add it in the benchmark_config.json). It'll be good to use that...

The [spec](https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#caching) for the Caching test in the wiki mentions a `CachedWorld` table. However, that table is not actually defined (see the [PostgreSQL schema](https://github.com/TechEmpower/FrameworkBenchmarks/blob/ddd09520c10926c0e2c73a005b1f79f5a68142a8/toolset/databases/postgres/create-postgres.sql) and [MySQL schema](https://github.com/TechEmpower/FrameworkBenchmarks/blob/ddd09520c10926c0e2c73a005b1f79f5a68142a8/toolset/databases/mysql/create.sql)), and is a...

The run before: ![image](https://github.com/user-attachments/assets/feb24285-c7b4-4d27-8dc2-2677b26c5d33) The last run: ![image](https://github.com/user-attachments/assets/8eb11f39-31ab-4912-bb74-bc93b2e2f7de)

Currently there are a lot of frameworks marked as `realistic` that do not provide a proper HTTP webserver implementation but just respond to the test tools in the expected manner....

This should also improve the performance of JRuby where previously the threads were hardcoded to 512: | branch_name| json| db|query|update|fortune|plaintext| |---------------------|-----|-----|-----|------|-------|---------| | master|15415|14528|12212| 11690| 13936| 144433| | threads = processors|30345|45011|32726|...

* Bump all dependencies to the latest. Notably: * Vert.x 5.0.5 * Java 25 with Kotlin 2.3.0-RC2 * Gradle 9.2.1 * Set the response date with kotlinx-datetime which supports RFC...