From 4e5eb5bba7c34812feb2ff47b852371073fe81fd Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 25 Oct 2024 07:46:59 +0000 Subject: [PATCH] add Priority Constrained Search Benchmark (customSmallerIsBetter) benchmark result for 900fe56557dc22da59e34cb82ff035d09a0834c6 --- dev/bench/master/data.js | 56 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/dev/bench/master/data.js b/dev/bench/master/data.js index 6076ac5e..367355aa 100644 --- a/dev/bench/master/data.js +++ b/dev/bench/master/data.js @@ -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": "38430800+J-morag@users.noreply.github.com", + "name": "J-morag", + "username": "J-morag" + }, + "committer": { + "email": "noreply@github.com", + "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": [