-
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 CBS Benchmark (customSmallerIsBetter) benchmark result for aa3bc80
- Loading branch information
github-action-benchmark
committed
Oct 25, 2024
1 parent
d55ea83
commit a8c10ff
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": 1720425339090, | ||
"lastUpdate": 1729829914805, | ||
"repoUrl": "https://github.com/J-morag/MAPF", | ||
"entries": { | ||
"CBS Benchmark": [ | ||
|
@@ -3296,6 +3296,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": "aa3bc8038cdc38941bfdd9ee2a68ae483cd122c3", | ||
"message": "v0.02.0 (#92)\n\n* add PCS tie breaking for smaller MDDs\r\n* Canonize testing benchmark and comparative diverse test functions\r\n* add Config static class\r\n* add debug and info to command line args\r\n* remove I_SolutionCostFunction.addCommonCostsToReport from CBS\r\n* Add support for new instance format with arbitrary graphs\r\n* performance: instant location lookup in GraphBasedGridMap\r\n* return GenericRunManager to default solvers (prioritized planning and CBS)\r\n* change PriorityConstrainedSearch to use PCSCompTieBreakSmallerMDDs by default\r\n* Fix comparative test averages reporting\r\n* add RunParametersBuilder copy function\r\n* consolidate more reporting and metrics in A_Solver\r\n* workaround for LaCAMStar_Solver nodes counting\r\n* fix typos in InstanceReport.StandardFields \r\n* switch CBS_Solver to using the builder pattern", | ||
"timestamp": "2024-10-25T14:35:26+11:00", | ||
"tree_id": "b5b37e5baaf04f28c252f20a69d2e671539b6674", | ||
"url": "https://github.com/J-morag/MAPF/commit/aa3bc8038cdc38941bfdd9ee2a68ae483cd122c3" | ||
}, | ||
"date": 1729829913233, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "CBS - Fails", | ||
"value": 10, | ||
"unit": "Instances" | ||
}, | ||
{ | ||
"name": "CBS - Average Cost", | ||
"value": 3893.2856, | ||
"unit": "SOC" | ||
}, | ||
{ | ||
"name": "CBS - Average Runtime", | ||
"value": 36284.766, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "CBS - Average Runtime Low Level", | ||
"value": 6715.294, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "CBS - Average Expansions High Level", | ||
"value": 11760.941, | ||
"unit": "Expansions" | ||
}, | ||
{ | ||
"name": "CBS - Average Expansions Low Level", | ||
"value": 5502573.5, | ||
"unit": "Expansions" | ||
} | ||
] | ||
} | ||
], | ||
"ICTS_Solver_S2P Benchmark": [ | ||
|