-
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 5b7…
…98aa6e5b5528d19481a4c49fdeb9bd3307a22
- Loading branch information
github-action-benchmark
committed
Oct 22, 2024
1 parent
9ec2e9a
commit 31e570f
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": 1729323242964, | ||
"lastUpdate": 1729587959078, | ||
"repoUrl": "https://github.com/Ultimaker/CuraEngine", | ||
"entries": { | ||
"Stress Benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Ultimaker", | ||
"username": "Ultimaker" | ||
}, | ||
"committer": { | ||
"name": "Ultimaker", | ||
"username": "Ultimaker" | ||
}, | ||
"id": "1c85d020e5a42513c8ed758be9c2447cc9e21f6b", | ||
"message": "Filter out very thin infill shapes", | ||
"timestamp": "2024-03-05T10:15:59Z", | ||
"url": "https://github.com/Ultimaker/CuraEngine/pull/2041/commits/1c85d020e5a42513c8ed758be9c2447cc9e21f6b" | ||
}, | ||
"date": 1709635072543, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Number of test cases", | ||
"value": 61, | ||
"unit": "-", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "General Stress Level", | ||
"value": 0, | ||
"unit": "%", | ||
"extra": "Crashes in: " | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -8158,6 +8126,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Crashes in: " | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Erwan MATHIEU", | ||
"username": "wawanbreton" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Erwan MATHIEU", | ||
"username": "wawanbreton" | ||
}, | ||
"distinct": true, | ||
"id": "5b798aa6e5b5528d19481a4c49fdeb9bd3307a22", | ||
"message": "Merge remote-tracking branch 'origin/5.9'", | ||
"timestamp": "2024-10-22T10:45:13+02:00", | ||
"tree_id": "1f102964b9ab6629f4dccbae852796d03cf2b4a1", | ||
"url": "https://github.com/Ultimaker/CuraEngine/commit/5b798aa6e5b5528d19481a4c49fdeb9bd3307a22" | ||
}, | ||
"date": 1729587955475, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Number of test cases", | ||
"value": 61, | ||
"unit": "-", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "General Stress Level", | ||
"value": 0, | ||
"unit": "%", | ||
"extra": "Crashes in: " | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|