-
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 Priority Constrained Search Benchmark (customSmallerIsBetter) ben…
…chmark result for 900fe56
- Loading branch information
github-action-benchmark
committed
Oct 25, 2024
1 parent
13323c2
commit 4e5eb5b
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": 1729842417884, | ||
"lastUpdate": 1729842419171, | ||
"repoUrl": "https://github.com/J-morag/MAPF", | ||
"entries": { | ||
"CBS Benchmark": [ | ||
|
@@ -25454,6 +25454,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": 1729842418734, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Priority Constrained Search - Fails", | ||
"value": 5, | ||
"unit": "Instances" | ||
}, | ||
{ | ||
"name": "Priority Constrained Search - Average Cost", | ||
"value": 1857.6666, | ||
"unit": "SOC" | ||
}, | ||
{ | ||
"name": "Priority Constrained Search - Average Runtime", | ||
"value": 11442.765, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "Priority Constrained Search - Average Runtime Low Level", | ||
"value": 0, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "Priority Constrained Search - Average Expansions High Level", | ||
"value": 10957.294, | ||
"unit": "Expansions" | ||
}, | ||
{ | ||
"name": "Priority Constrained Search - Average Expansions Low Level", | ||
"value": 1860027, | ||
"unit": "Expansions" | ||
} | ||
] | ||
} | ||
], | ||
"LaCAM Benchmark": [ | ||
|