-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add SIPP Benchmark (customSmallerIsBetter) benchmark result for 900fe56
- Loading branch information
github-action-benchmark
committed
Oct 25, 2024
1 parent
c21c4a7
commit 1f136ae
Showing
1 changed file
with
55 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": 1729842425733, | ||
"lastUpdate": 1729842426984, | ||
"repoUrl": "https://github.com/J-morag/MAPF", | ||
"entries": { | ||
"CBS Benchmark": [ | ||
|
@@ -23776,6 +23776,60 @@ window.BENCHMARK_DATA = { | |
"unit": "Expansions" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "J-morag", | ||
"username": "J-morag" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "900fe56557dc22da59e34cb82ff035d09a0834c6", | ||
"message": "v0.06.0 (#96)\n\n* Add low level expansion/generation rate, and add all rates to A_RunManager output (\"log\" files)\r\n\r\n* add generation and expansion rates for low-level\r\n\r\n* simplify (and optimize?) TieBreakingForLessConflictsAndHigherG\r\n\r\n* lacam constraints support\r\n\r\n* Add regenerated nodes metric. Low level only.\r\n\r\n* simplify Move.equals", | ||
"timestamp": "2024-10-25T18:05:03+11:00", | ||
"tree_id": "53b2eddd6ea90c050d365e76f97eb20a65817f1b", | ||
"url": "https://github.com/J-morag/MAPF/commit/900fe56557dc22da59e34cb82ff035d09a0834c6" | ||
}, | ||
"date": 1729842426577, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SIPP - Fails", | ||
"value": 0, | ||
"unit": "Instances" | ||
}, | ||
{ | ||
"name": "SIPP - Average Cost", | ||
"value": 286.1647, | ||
"unit": "SOC" | ||
}, | ||
{ | ||
"name": "SIPP - Average Runtime", | ||
"value": 244.8, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "SIPP - Average Runtime Low Level", | ||
"value": 0, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "SIPP - Average Expansions High Level", | ||
"value": 0, | ||
"unit": "Expansions" | ||
}, | ||
{ | ||
"name": "SIPP - Average Expansions Low Level", | ||
"value": 23324.754, | ||
"unit": "Expansions" | ||
} | ||
] | ||
} | ||
], | ||
"PrP (AStar) + randomRestarts x9 Benchmark": [ | ||
|