From 3f6fd7f94e8f24e9229c6a0322f98acc9a260971 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 13 Jan 2025 22:15:54 +0100 Subject: [PATCH] Add more graphs to the homepage - Remove Crypto graphs as the results are highly variable across runs. --- web/src-data/graphs.json | 103 +++++++++++++++++++++++++++++++++------ 1 file changed, 89 insertions(+), 14 deletions(-) diff --git a/web/src-data/graphs.json b/web/src-data/graphs.json index fa4afec..cf95aac 100644 --- a/web/src-data/graphs.json +++ b/web/src-data/graphs.json @@ -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", "title": "Callables", "benchmark-path-prefix": "Core/Callable" }, - { - "id": "core-crypto", - "title": "Crypto", - "benchmark-path-prefix": "Core/Crypto" - }, { "id": "core-rng", "title": "Random Number Generator", "benchmark-path-prefix": "Core/Random Number Generator" }, + { + "id": "core-objectdb", + "title": "ObjectDB", + "benchmark-path-prefix": "Core/Object Db" + }, { "id": "core-signal", "title": "Signals", @@ -21,12 +36,12 @@ }, { "id": "gdscript-allocations", - "title": "GDscript allocations", + "title": "GDscript Allocations", "benchmark-path-prefix": "Gdscript/Alloc" }, { "id": "gdscript-arrays", - "title": "GDscript arrays", + "title": "GDscript Arrays", "benchmark-path-prefix": "Gdscript/Array" }, { @@ -44,6 +59,36 @@ "title": "GDscript String Manipulations", "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", "title": "Rigid Body 3D", @@ -56,22 +101,52 @@ }, { "id": "rendering-hlod", - "title": "Hlod", + "title": "HLOD", "benchmark-path-prefix": "Rendering/Hlod" }, { - "id": "rendering-labels", - "title": "Rendering labels", - "benchmark-path-prefix": "Rendering/Hlod" + "id": "rendering-bunnymark", + "title": "Bunnymark", + "benchmark-path-prefix": "Rendering/Bunnymark" }, { - "id": "rendering-light-and-meches", - "title": "Lights and Meshes", - "benchmark-path-prefix": "Rendering/Lights And Meshes" + "id": "rendering-lights-2d", + "title": "Light2D", + "benchmark-path-prefix": "Rendering/Lights 2d" }, { "id": "rendering-polygon-sprite-2d", "title": "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" } ]