-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for 93abbea
- Loading branch information
github-action-benchmark
committed
Mar 17, 2024
1 parent
4106bc0
commit f59756a
Showing
1 changed file
with
133 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1710586799289, | ||
"lastUpdate": 1710662278112, | ||
"repoUrl": "https://github.com/StanfordVL/OmniGibson", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -13186,6 +13186,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": "93abbea6444c6d19ce91916b8c9ddaca2b26b3f3", | ||
"message": "Merge pull request #643 from StanfordVL/fix-examples\n\nFixes for all example scripts", | ||
"timestamp": "2024-03-17T00:18:28-07:00", | ||
"tree_id": "52d20771f26a6444763190633885abe5fd6fa226", | ||
"url": "https://github.com/StanfordVL/OmniGibson/commit/93abbea6444c6d19ce91916b8c9ddaca2b26b3f3" | ||
}, | ||
"date": 1710662276865, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Empty scene", | ||
"value": 22.308688640594482, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Loading time", | ||
"Loading time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 20.40583786513517, | ||
"unit": "fps", | ||
"extra": [ | ||
"FPS", | ||
"FPS" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 48.140578269958496, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Omni step time", | ||
"Omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 0.8650056521097819, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Non-omni step time", | ||
"Non-omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 6.0859389368693035, | ||
"unit": "GB", | ||
"extra": [ | ||
"Memory usage", | ||
"Memory usage" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 5.701171875, | ||
"unit": "GB", | ||
"extra": [ | ||
"Vram usage", | ||
"Vram usage" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 75.00690531730652, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Loading time", | ||
"Loading time" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 9.136255500951188, | ||
"unit": "fps", | ||
"extra": [ | ||
"FPS", | ||
"FPS" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 100.5651315053304, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Omni step time", | ||
"Omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 8.88890027999878, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Non-omni step time", | ||
"Non-omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 6.812274691263835, | ||
"unit": "GB", | ||
"extra": [ | ||
"Memory usage", | ||
"Memory usage" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 7.748046875, | ||
"unit": "GB", | ||
"extra": [ | ||
"Vram usage", | ||
"Vram usage" | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|