Create BenchmarkSettings Object #5

Open
opened 2026-07-20 17:29:56 -04:00 by gballan · 0 comments
Owner

Currently the way the DB is structured there isn't anyway to denote "this hardware was tested with these settings used on a benchmark", you can only say which benchmark was used. This is fine on a small scale with the user needing to track settings used externally, but there should be a way to do this in the app so it's all consolidated and ideally populates the charts/graphs with relevant info like resolution, graphics preset, chunk size, etc.

Ideally, we'd have tests link to an intermediary "BenchmarkSettings" object which contains a list of settings used in the test and links back to the Benchmark object so we can make an easy search like "search for tests using this benchmark, any settings"

Currently the way the DB is structured there isn't anyway to denote "this hardware was tested with these settings used on a benchmark", you can only say which benchmark was used. This is fine on a small scale with the user needing to track settings used externally, but there should be a way to do this in the app so it's all consolidated and ideally populates the charts/graphs with relevant info like resolution, graphics preset, chunk size, etc. Ideally, we'd have tests link to an intermediary "BenchmarkSettings" object which contains a list of settings used in the test and links back to the Benchmark object so we can make an easy search like "search for tests using this benchmark, any settings"
gballan added the enhancement label 2026-07-20 17:29:56 -04:00
gballan self-assigned this 2026-07-20 17:30:04 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: BitGoblin/colossus#5