Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 4c5df20
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 16, 2024
1 parent 69b7d1b commit c61dd92
Showing 1 changed file with 133 additions and 1 deletion.
134 changes: 133 additions & 1 deletion profiling/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1709335403463,
"lastUpdate": 1710582713289,
"repoUrl": "https://github.com/StanfordVL/OmniGibson",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -12922,6 +12922,138 @@ window.BENCHMARK_DATA = {
]
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Cem Gökmen",
"username": "cgokmen"
},
"committer": {
"email": "[email protected]",
"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"
]
}
]
}
]
}
Expand Down

0 comments on commit c61dd92

Please sign in to comment.