-
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 de66feb
- Loading branch information
github-action-benchmark
committed
Nov 25, 2024
1 parent
41d30ac
commit 085298a
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": 1710898469068, | ||
"lastUpdate": 1732525516041, | ||
"repoUrl": "https://github.com/J-morag/MAPF", | ||
"entries": { | ||
"CBS Benchmark": [ | ||
|
@@ -1244,6 +1244,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": "de66feb599e9d5cb08a1720eab057dbbb8049f9d", | ||
"message": "Lifelong_v0.06.0 (#98)", | ||
"timestamp": "2024-11-25T10:23:04+02:00", | ||
"tree_id": "c7467ec5443555de81715683896886e71fc5d24f", | ||
"url": "https://github.com/J-morag/MAPF/commit/de66feb599e9d5cb08a1720eab057dbbb8049f9d" | ||
}, | ||
"date": 1732525514893, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "CBS - Fails", | ||
"value": 10, | ||
"unit": "Instances" | ||
}, | ||
{ | ||
"name": "CBS - Average Cost", | ||
"value": 3893.2856, | ||
"unit": "SOC" | ||
}, | ||
{ | ||
"name": "CBS - Average Runtime", | ||
"value": 18617.588, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "CBS - Average Runtime Low Level", | ||
"value": 3262, | ||
"unit": "Milliseconds" | ||
}, | ||
{ | ||
"name": "CBS - Average Expansions High Level", | ||
"value": 6322.8823, | ||
"unit": "Expansions" | ||
}, | ||
{ | ||
"name": "CBS - Average Expansions Low Level", | ||
"value": 2701130.8, | ||
"unit": "Expansions" | ||
} | ||
] | ||
} | ||
], | ||
"ICTS_Solver_S2P Benchmark": [ | ||
|