-
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 b360ab8
- Loading branch information
github-action-benchmark
committed
Mar 18, 2024
1 parent
dab66ac
commit 8889176
Showing
1 changed file
with
187 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": 1710711532376, | ||
"lastUpdate": 1710736071112, | ||
"repoUrl": "https://github.com/StanfordVL/OmniGibson", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -13636,6 +13636,192 @@ 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": "b360ab814405062ebd35470093f21f106cce3c6e", | ||
"message": "Merge pull request #658 from StanfordVL/doc-update\n\nDoc update", | ||
"timestamp": "2024-03-17T20:45:02-07:00", | ||
"tree_id": "0e231793bda671421ddf85cb8aed573eecec8a5a", | ||
"url": "https://github.com/StanfordVL/OmniGibson/commit/b360ab814405062ebd35470093f21f106cce3c6e" | ||
}, | ||
"date": 1710736069030, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Empty scene", | ||
"value": 21.047555446624756, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Loading time", | ||
"Loading time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 21.113152658205284, | ||
"unit": "fps", | ||
"extra": [ | ||
"FPS", | ||
"FPS" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 46.91495100657145, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Omni step time", | ||
"Omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 0.44888973236083984, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Non-omni step time", | ||
"Non-omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 6.155563367207845, | ||
"unit": "GB", | ||
"extra": [ | ||
"Memory usage", | ||
"Memory usage" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene", | ||
"value": 5.3046875, | ||
"unit": "GB", | ||
"extra": [ | ||
"Vram usage", | ||
"Vram usage" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 72.32884931564331, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Loading time", | ||
"Loading time" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 10.921033156924244, | ||
"unit": "fps", | ||
"extra": [ | ||
"FPS", | ||
"FPS" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 86.48069858551025, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Omni step time", | ||
"Omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 5.085729757944743, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Non-omni step time", | ||
"Non-omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 6.759959055582683, | ||
"unit": "GB", | ||
"extra": [ | ||
"Memory usage", | ||
"Memory usage" | ||
] | ||
}, | ||
{ | ||
"name": "Rs_int", | ||
"value": 7.88671875, | ||
"unit": "GB", | ||
"extra": [ | ||
"Vram usage", | ||
"Vram usage" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene, with 1 Fetch, cloth", | ||
"value": 44.84185290336609, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Loading time", | ||
"Loading time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene, with 1 Fetch, cloth", | ||
"value": 5.093936728466919, | ||
"unit": "fps", | ||
"extra": [ | ||
"FPS", | ||
"FPS" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene, with 1 Fetch, cloth", | ||
"value": 173.4273417790731, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Omni step time", | ||
"Omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene, with 1 Fetch, cloth", | ||
"value": 22.884480158487957, | ||
"unit": "time (ms)", | ||
"extra": [ | ||
"Non-omni step time", | ||
"Non-omni step time" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene, with 1 Fetch, cloth", | ||
"value": 6.513414204915365, | ||
"unit": "GB", | ||
"extra": [ | ||
"Memory usage", | ||
"Memory usage" | ||
] | ||
}, | ||
{ | ||
"name": "Empty scene, with 1 Fetch, cloth", | ||
"value": 8.0751953125, | ||
"unit": "GB", | ||
"extra": [ | ||
"Vram usage", | ||
"Vram usage" | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|