You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
As per https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#database-updates on point .vi
At least the randomNumber field must be read from the database result set.From my understanding of the current implementation it seems this value is never read:
https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Java/wizzardo-http/src/main/java/com/wizzardo/techempower/DBController.java#L94
It shouldn't impact the overall performance but I think it's necessary for compliance.