FrameworkBenchmarks
FrameworkBenchmarks copied to clipboard
Python django workload failed after updating the latest version to 4.2.1
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 (Please include kernel version)
OS: Ubuntu 22.04
Kernel: 5.15.0-72-generic
Expected Behavior
Test Passed
Actual Behavior
It has error like this
django: Total test time: 1m 34s
tfb: Total time building so far: 22s
tfb: Total time verifying so far: 0s
tfb: Total execution time so far: 1m 36s
================================================================================
Verification Summary
--------------------------------------------------------------------------------
| django
| NO RESULTS (Did framework launch?)
================================================================================
Steps to reproduce behavior
just modify the django verson to 4.2.1
Other details and logs
It's a major version change. I'll be necessary to update the app code too.