Commit Graph

10 Commits

Author SHA1 Message Date
Hugo Locurcio
3b762e82ea Only display GPU metrics on result pages if available for the given benchmark
Intel GPU results are not available for earlier benchmarks
(and NVIDIA GPUs later on).
2024-11-30 19:08:56 +01:00
Hugo Locurcio
c49d4c6c4c Run benchmarks on NVIDIA GPU 2024-11-27 15:09:46 +01:00
Hugo Locurcio
9ad00f6e47 Show the 10 most recent benchmarks on the homepage only at first (#92)
The user can click "Show all benchmarks..." at the end to reveal
the full list of benchmarks.

Benchmarks are also now ordered from newest to oldest, instead
of from oldest to newest.
2024-11-07 14:33:40 +01:00
Hugo Locurcio
c216d2182b Add warning about Chromium-based browser bug to index page
- Make the "lower is better" note more prominent.
2024-08-19 23:24:26 +02:00
Thaddeus Crews
b8827a41b2 Style: Unify formatting, add .editorconfig (#88) 2024-07-28 23:28:09 +02:00
Hugo Locurcio
0d5fb49450 Run benchmarks for Intel IGP on server (#67)
This uses Vulkan device selection.
2024-05-14 18:50:05 +02:00
Francisco Demartino
01b9aaa062 Add Bunnymark-style benchmarks (#65)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-05-07 20:03:10 +02:00
Gilles Roudière
a6aaa622e9 Improve docs and simplify/fix setup (#64) 2024-04-29 22:27:08 +02:00
Gilles Roudière
c4b7c4ecf4 Add graphs to the website (#63)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-04-26 21:59:57 +02:00
Hugo Locurcio
dd91e37bac Add web interface for tracking benchmark results over time (#59)
This provides a web interface generated with Hugo for tracking
benchmark results over time. Automatic dark theme support is
provided using water.css.

Benchmarks are run daily on a dedicated server with the `master` branch
of Godot compiled from source on that server, so that build time and
memory usage during the build can also be tracked over time.
Binary size as well as startup/shutdown time and memory usage
from an empty project are also measured.
2024-04-18 15:53:55 +02:00