Commit Graph

16 Commits

Author SHA1 Message Date
Hugo Locurcio
b270733499 Add performance scores for CPUs
- Add some missing CPU models, remove nonexistent CPU models.
- Add operating system names to version listings so that
  the chart display sorts them from newest to oldest.
  This also removes naming ambiguities, making it possible for
  each of them to have their own color on the chart.
- Take Arch derivatives into account for the Linux distribution tally.
- Sort listings from best to worst in scores.
- Display date of first and last report on the web UI.
- Use lowercase for hexadecimal numbers to improve readability.
2023-07-02 13:09:12 +02:00
Hugo Locurcio
efdea5ad94 Add performance scores for AMD and Intel GPUs 2023-06-30 19:19:20 +02:00
Hugo Locurcio
fdd4a5216f Improve web interface, add NVIDIA GPU performance scores 2023-06-30 19:04:34 +02:00
Hugo Locurcio
6be44f5e40 Set up additional charts in the web UI 2023-06-30 13:34:06 +02:00
Hugo Locurcio
be9acfddc4 Set up mypy, Flake8, isort and pre-commit hooks 2023-06-30 12:31:02 +02:00
Hugo Locurcio
e07127250e Add more graphs to the web UI 2023-06-30 12:05:07 +02:00
Hugo Locurcio
299ae8d6d4 Begin work on web interface 2023-06-30 01:19:28 +02:00
Hugo Locurcio
7804561961 Add Intel CPU detection
- Tweak NVIDIA RTX detection to allow "GTX" misspellings.
2023-06-29 23:19:59 +02:00
Hugo Locurcio
cdbcf44c5d Add AMD Ryzen CPU detection 2023-06-29 22:14:54 +02:00
Hugo Locurcio
3c2496e03c Perform multiple requests
As of writing, with the latest 1,000 issues, it's possible to scan
992 reports.
2023-06-29 19:52:55 +02:00
Hugo Locurcio
541165ed42 Begin implementing pagination to process more than 100 issues 2023-06-29 17:08:28 +02:00
Hugo Locurcio
a230f90067 Detect more GPUs 2023-06-29 16:46:39 +02:00
Hugo Locurcio
2d825b2daf Add GeForce RTX 3070 Ti detection, fix VRAM numbers for various GPUs 2023-06-29 12:17:31 +02:00
Hugo Locurcio
811bc5a886 Be more permissive with hardware naming schemes
This should decrease the number of unknown reports, especially with
older issues that don't use the Copy System Information feature
from the Godot editor.
2023-06-29 12:10:15 +02:00
Hugo Locurcio
875d325f0e Begin detecting more software and hardware information 2023-06-29 12:04:08 +02:00
Hugo Locurcio
6b2bbd3f65 Initial commit 2023-06-28 18:34:31 +02:00