Add more graphs to the homepage

- Remove Crypto graphs as the results are highly variable across runs.
This commit is contained in:
Hugo Locurcio
2025-01-13 22:15:54 +01:00
parent ab271e8ee4
commit 3f6fd7f94e

View File

@@ -1,19 +1,34 @@
[ [
{
"id": "animation-animated-models",
"title": "Animated Models",
"benchmark-path-prefix": "Animation/Animated Models"
},
{
"id": "animation-tween",
"title": "Tween",
"benchmark-path-prefix": "Animation/Tween"
},
{
"id": "asset-import-export-runtime",
"title": "Asset I/O",
"benchmark-path-prefix": "Asset Import Export/Runtime"
},
{ {
"id": "core-callables", "id": "core-callables",
"title": "Callables", "title": "Callables",
"benchmark-path-prefix": "Core/Callable" "benchmark-path-prefix": "Core/Callable"
}, },
{
"id": "core-crypto",
"title": "Crypto",
"benchmark-path-prefix": "Core/Crypto"
},
{ {
"id": "core-rng", "id": "core-rng",
"title": "Random Number Generator", "title": "Random Number Generator",
"benchmark-path-prefix": "Core/Random Number Generator" "benchmark-path-prefix": "Core/Random Number Generator"
}, },
{
"id": "core-objectdb",
"title": "ObjectDB",
"benchmark-path-prefix": "Core/Object Db"
},
{ {
"id": "core-signal", "id": "core-signal",
"title": "Signals", "title": "Signals",
@@ -21,12 +36,12 @@
}, },
{ {
"id": "gdscript-allocations", "id": "gdscript-allocations",
"title": "GDscript allocations", "title": "GDscript Allocations",
"benchmark-path-prefix": "Gdscript/Alloc" "benchmark-path-prefix": "Gdscript/Alloc"
}, },
{ {
"id": "gdscript-arrays", "id": "gdscript-arrays",
"title": "GDscript arrays", "title": "GDscript Arrays",
"benchmark-path-prefix": "Gdscript/Array" "benchmark-path-prefix": "Gdscript/Array"
}, },
{ {
@@ -44,6 +59,36 @@
"title": "GDscript String Manipulations", "title": "GDscript String Manipulations",
"benchmark-path-prefix": "Gdscript/String Manipulation" "benchmark-path-prefix": "Gdscript/String Manipulation"
}, },
{
"id": "math-expression",
"title": "Expression",
"benchmark-path-prefix": "Math/Expression"
},
{
"id": "math-noise",
"title": "Noise",
"benchmark-path-prefix": "Math/Noise"
},
{
"id": "navigation-astar-2d",
"title": "Navigation AStar2D",
"benchmark-path-prefix": "Navigation/Astar 2d"
},
{
"id": "navigation-astar-3d",
"title": "Navigation AStar3D",
"benchmark-path-prefix": "Navigation/Astar 3d"
},
{
"id": "navigation-navigation-2d",
"title": "Navigation 2D",
"benchmark-path-prefix": "Navigation/Navigation 2d"
},
{
"id": "navigation-navigation-3d",
"title": "Navigation 3D",
"benchmark-path-prefix": "Navigation/Navigation 3d"
},
{ {
"id": "physics", "id": "physics",
"title": "Rigid Body 3D", "title": "Rigid Body 3D",
@@ -56,22 +101,52 @@
}, },
{ {
"id": "rendering-hlod", "id": "rendering-hlod",
"title": "Hlod", "title": "HLOD",
"benchmark-path-prefix": "Rendering/Hlod" "benchmark-path-prefix": "Rendering/Hlod"
}, },
{ {
"id": "rendering-labels", "id": "rendering-bunnymark",
"title": "Rendering labels", "title": "Bunnymark",
"benchmark-path-prefix": "Rendering/Hlod" "benchmark-path-prefix": "Rendering/Bunnymark"
}, },
{ {
"id": "rendering-light-and-meches", "id": "rendering-lights-2d",
"title": "Lights and Meshes", "title": "Light2D",
"benchmark-path-prefix": "Rendering/Lights And Meshes" "benchmark-path-prefix": "Rendering/Lights 2d"
}, },
{ {
"id": "rendering-polygon-sprite-2d", "id": "rendering-polygon-sprite-2d",
"title": "Polygon Sprite 2d", "title": "Polygon Sprite 2d",
"benchmark-path-prefix": "Rendering/Polygon Sprite 2d" "benchmark-path-prefix": "Rendering/Polygon Sprite 2d"
},
{
"id": "rendering-lights-and-meshes",
"title": "Lights and Meshes",
"benchmark-path-prefix": "Rendering/Lights And Meshes"
},
{
"id": "rendering-sponza",
"title": "Sponza",
"benchmark-path-prefix": "Rendering/Sponza"
},
{
"id": "scene-nodes-add-children",
"title": "Scene Nodes Add Children",
"benchmark-path-prefix": "Scene Nodes/Add Children"
},
{
"id": "scene-nodes-delete-children",
"title": "Scene Nodes Delete Children",
"benchmark-path-prefix": "Scene Nodes/Delete Children"
},
{
"id": "viewport-activation",
"title": "Viewport Activation",
"benchmark-path-prefix": "Viewport/Activation"
},
{
"id": "viewport-allocation",
"title": "Viewport Allocation",
"benchmark-path-prefix": "Viewport/Allocation"
} }
] ]