-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Stress Benchmark (customSmallerIsBetter) benchmark result for 543…
…8caa8a3cdd478087f5a11fb892a203471d1a3
- Loading branch information
github-action-benchmark
committed
Jan 10, 2025
1 parent
3c90949
commit f7b2c2e
Showing
1 changed file
with
37 additions
and
33 deletions.
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,40 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1736434528096, | ||
"lastUpdate": 1736514005149, | ||
"repoUrl": "https://github.com/Ultimaker/CuraEngine", | ||
"entries": { | ||
"Stress Benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Ultimaker", | ||
"username": "Ultimaker" | ||
}, | ||
"committer": { | ||
"name": "Ultimaker", | ||
"username": "Ultimaker" | ||
}, | ||
"id": "7d947d1affd05f31f9498798fec1b3b34bb9cd82", | ||
"message": "Add extra travel move to outer wall start position", | ||
"timestamp": "2024-05-01T09:27:39Z", | ||
"url": "https://github.com/Ultimaker/CuraEngine/pull/2075/commits/7d947d1affd05f31f9498798fec1b3b34bb9cd82" | ||
}, | ||
"date": 1714577251882, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Number of test cases", | ||
"value": 61, | ||
"unit": "-", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "General Stress Level", | ||
"value": 0, | ||
"unit": "%", | ||
"extra": "Crashes in: " | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -8166,6 +8134,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Crashes in: " | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "HellAholic", | ||
"username": "HellAholic" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5438caa8a3cdd478087f5a11fb892a203471d1a3", | ||
"message": "Fix wrong retraction settings being used (#2191)", | ||
"timestamp": "2025-01-10T13:34:02+01:00", | ||
"tree_id": "8431b6c6d35c351873377946a8cfe96a4fab9c1a", | ||
"url": "https://github.com/Ultimaker/CuraEngine/commit/5438caa8a3cdd478087f5a11fb892a203471d1a3" | ||
}, | ||
"date": 1736514001050, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Number of test cases", | ||
"value": 61, | ||
"unit": "-", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "General Stress Level", | ||
"value": 0, | ||
"unit": "%", | ||
"extra": "Crashes in: " | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|