From c61dd92d4fc8b299d742fc42b50f797949df2710 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 16 Mar 2024 02:51:53 -0700 Subject: [PATCH] add Benchmark (customSmallerIsBetter) benchmark result for 4c5df201a34a8ad20779fe066ec41c094bc800f7 --- profiling/data.js | 134 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 133 insertions(+), 1 deletion(-) diff --git a/profiling/data.js b/profiling/data.js index 09585a55d..1d605f6fe 100644 --- a/profiling/data.js +++ b/profiling/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709335403463, + "lastUpdate": 1710582713289, "repoUrl": "https://github.com/StanfordVL/OmniGibson", "entries": { "Benchmark": [ @@ -12922,6 +12922,138 @@ window.BENCHMARK_DATA = { ] } ] + }, + { + "commit": { + "author": { + "email": "1408354+cgokmen@users.noreply.github.com", + "name": "Cem Gökmen", + "username": "cgokmen" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "4c5df201a34a8ad20779fe066ec41c094bc800f7", + "message": "Merge pull request #654 from StanfordVL/only-2023-1-0\n\nRemove 2022 version compatibility, assert 2023 version", + "timestamp": "2024-03-16T02:14:26-07:00", + "tree_id": "44c5efbc10ed87c3061cd8705e151ca64908f718", + "url": "https://github.com/StanfordVL/OmniGibson/commit/4c5df201a34a8ad20779fe066ec41c094bc800f7" + }, + "date": 1710582712132, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "Empty scene", + "value": 22.24507236480713, + "unit": "time (ms)", + "extra": [ + "Loading time", + "Loading time" + ] + }, + { + "name": "Empty scene", + "value": 20.017751541041978, + "unit": "fps", + "extra": [ + "FPS", + "FPS" + ] + }, + { + "name": "Empty scene", + "value": 48.98438215255737, + "unit": "time (ms)", + "extra": [ + "Omni step time", + "Omni step time" + ] + }, + { + "name": "Empty scene", + "value": 0.9712783495585123, + "unit": "time (ms)", + "extra": [ + "Non-omni step time", + "Non-omni step time" + ] + }, + { + "name": "Empty scene", + "value": 6.0996404393514, + "unit": "GB", + "extra": [ + "Memory usage", + "Memory usage" + ] + }, + { + "name": "Empty scene", + "value": 5.603515625, + "unit": "GB", + "extra": [ + "Vram usage", + "Vram usage" + ] + }, + { + "name": "Rs_int", + "value": 84.11240649223328, + "unit": "time (ms)", + "extra": [ + "Loading time", + "Loading time" + ] + }, + { + "name": "Rs_int", + "value": 8.652850478481978, + "unit": "fps", + "extra": [ + "FPS", + "FPS" + ] + }, + { + "name": "Rs_int", + "value": 105.61123450597127, + "unit": "time (ms)", + "extra": [ + "Omni step time", + "Omni step time" + ] + }, + { + "name": "Rs_int", + "value": 9.957617918650309, + "unit": "time (ms)", + "extra": [ + "Non-omni step time", + "Non-omni step time" + ] + }, + { + "name": "Rs_int", + "value": 6.8153737386067705, + "unit": "GB", + "extra": [ + "Memory usage", + "Memory usage" + ] + }, + { + "name": "Rs_int", + "value": 7.78515625, + "unit": "GB", + "extra": [ + "Vram usage", + "Vram usage" + ] + } + ] } ] }