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

We want to benchmark the latest django performance so I've updated the django version to latest ``` --- a/frameworks/Python/django/requirements.txt +++ b/frameworks/Python/django/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.19 +Django==4.1.7 ``` ### OS...

In the last runs, some frameworks failed in the Docker build stage, because use **Debian Stretch** that is End Of Live. ### Frameworks failing - [x] Racket : @Bogdanp #8200...

TFB results of 2023-04-06: https://www.techempower.com/benchmarks/#section=test&runid=ab65d6b5-8efc-4a65-9c5c-c31667418528 Full stat of tests: https://tfb-status.techempower.com/raw/results.2023-04-06-08-48-50-340.zip (56MB) **Parsed stats:** Format: `total_test_time` (`build_time` + `verify_time`) `test_name` ``` $ python3 tfb_res.py -f results.2023-04-06-08-48-50-340.zip Number of frameworks: 295 Number...

We understand the benefits of using an scratch docker. But in the benchmark, we are not distributing or reusing docker images. The time to build it is the same, and...

After running the benchmarks, I noticed that other containers had been deleted. I'm not sure if this is normal or if I did something wrong, as I couldn't find anything...

With the new PostgreSQL official docker image, we have again the problem with md5 auth. I can fix it, but **is it realistic to use md5 auth in 2023** ?...

**Problem:** Many frameworks use various methods to reduce the size of the response in order to increase the speed. One way is to populate the `Server` field with a single...

Some webservers like nginx-unit has a very slow start process which cause tests failure Would it be possible to include a healthcheck with start_period like it s done in docker-compose?...

The Java Engineering team at Microsoft is using some of the TechEmpower framework benchmarks to test the performance of our JDK. We've run into a few places where it would...

New Feature: Toolset

### OS (Please include kernel version) All ### Expected Behavior Calling `/updates` should actually update the database for all frameworks. The TFB validation bot should validate this expected behavior. ###...