-
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 ALNS Benchmark (customSmallerIsBetter) benchmark result for 276b557
- 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.
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": 1712556836809, | ||
"lastUpdate": 1712556838631, | ||
"repoUrl": "https://github.com/J-morag/MAPF", | ||
"entries": { | ||
"CBS Benchmark": [ | ||
|
@@ -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": [ | ||
|