Skip to content

Commit

Permalink
add CBS Benchmark (customSmallerIsBetter) benchmark result for aa3bc80
Browse files Browse the repository at this point in the history
  • 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.
56 changes: 55 additions & 1 deletion dev/bench/master/data.js
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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit a8c10ff

Please sign in to comment.