-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for 47cc6e1
- Loading branch information
github-action-benchmark
committed
Oct 4, 2024
1 parent
6335c56
commit e049910
Showing
1 changed file
with
37 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": 1728028804298, | ||
"lastUpdate": 1728028832608, | ||
"repoUrl": "https://github.com/useblocks/sphinx-needs", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10622,6 +10622,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Commit: 250c58f3693f15b413602ec1f3781eccdaef778c\nBranch: master\nTime: 2024-10-04T09:57:50+02:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Sewell", | ||
"username": "chrisjsewell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "47cc6e1367a3b31955671656f4834ecc422315d5", | ||
"message": "👌 Add `needs_uml_process_max_time` configuration (#1314)\n\nTo guard against long-running `needuml` / `needarch` processing times. In particular, these can occur if the jinja template contains many calls to the filter function.", | ||
"timestamp": "2024-10-04T09:58:27+02:00", | ||
"tree_id": "7bee18dd7fc8ac7ed42b8582c8b5bf66ce5589f2", | ||
"url": "https://github.com/useblocks/sphinx-needs/commit/47cc6e1367a3b31955671656f4834ecc422315d5" | ||
}, | ||
"date": 1728028822091, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Small, basic Sphinx-Needs project", | ||
"value": 0.23140270800001872, | ||
"unit": "s", | ||
"extra": "Commit: 47cc6e1367a3b31955671656f4834ecc422315d5\nBranch: master\nTime: 2024-10-04T09:58:27+02:00" | ||
}, | ||
{ | ||
"name": "Official Sphinx-Needs documentation (without services)", | ||
"value": 71.972211958, | ||
"unit": "s", | ||
"extra": "Commit: 47cc6e1367a3b31955671656f4834ecc422315d5\nBranch: master\nTime: 2024-10-04T09:58:27+02:00" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|