Skip to content

Commit

Permalink
add ALNS Benchmark (customSmallerIsBetter) benchmark result for 276b557
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 8, 2024
1 parent bed8de9 commit 1088523
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": 1712556836809,
"lastUpdate": 1712556838631,
"repoUrl": "https://github.com/J-morag/MAPF",
"entries": {
"CBS Benchmark": [
Expand Down Expand Up @@ -9186,6 +9186,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": "276b557d549b31fddb9e32cbcbb6d7f84ffae6e4",
"message": "24_SoCS_PPwG (#88)\n\n* Priority Constrained Search \r\n\r\n* shorten unit tests\r\n\r\n* fix AStar heuristic initialization when not given a heuristic in run parameters\r\n\r\n* add target folder to gitignore\r\n\r\n* Make solves() easier to debug\r\n\r\n* add MANIFEST.MF - for creating project JAR\r\n\r\n* fix main arg default timeoutEach help\r\n\r\n* update README.md",
"timestamp": "2024-04-08T15:31:40+10:00",
"tree_id": "1dfc45b1d22f7cefb7fc686d18d77c97b9bb2935",
"url": "https://github.com/J-morag/MAPF/commit/276b557d549b31fddb9e32cbcbb6d7f84ffae6e4"
},
"date": 1712556837836,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ALNS - Fails",
"value": 3,
"unit": "Instances"
},
{
"name": "ALNS - Average Cost",
"value": 9048.143,
"unit": "SOC"
},
{
"name": "ALNS - Average Runtime",
"value": 30003.588,
"unit": "Milliseconds"
},
{
"name": "ALNS - Average Runtime Low Level",
"value": 27838.766,
"unit": "Milliseconds"
},
{
"name": "ALNS - Average Expansions High Level",
"value": 0,
"unit": "Expansions"
},
{
"name": "ALNS - Average Expansions Low Level",
"value": 12266617,
"unit": "Expansions"
}
]
}
],
"PIBT Benchmark": [
Expand Down

0 comments on commit 1088523

Please sign in to comment.