-
Notifications
You must be signed in to change notification settings - Fork 72
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 483c983
- Loading branch information
github-action-benchmark
committed
May 31, 2024
1 parent
eb62dcd
commit 0a5f414
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": 1717159435678, | ||
"lastUpdate": 1717159514823, | ||
"repoUrl": "https://github.com/useblocks/sphinx-needs", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7886,6 +7886,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Commit: eee2eb405bbfcd4238444c6c17a0a4106934bac9\nBranch: master\nTime: 2024-05-31T14:41:53+02:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Sewell", | ||
"username": "chrisjsewell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "483c98301b56465caabee32c59221e7a4904b23a", | ||
"message": "👌 Add collapse button to `clean_xxx` layouts (#1187)", | ||
"timestamp": "2024-05-31T14:43:19+02:00", | ||
"tree_id": "db55373304c7270250005acfc13d194bb23bdfd4", | ||
"url": "https://github.com/useblocks/sphinx-needs/commit/483c98301b56465caabee32c59221e7a4904b23a" | ||
}, | ||
"date": 1717159506521, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Small, basic Sphinx-Needs project", | ||
"value": 0.1976703870000165, | ||
"unit": "s", | ||
"extra": "Commit: 483c98301b56465caabee32c59221e7a4904b23a\nBranch: master\nTime: 2024-05-31T14:43:19+02:00" | ||
}, | ||
{ | ||
"name": "Official Sphinx-Needs documentation (without services)", | ||
"value": 58.630743255, | ||
"unit": "s", | ||
"extra": "Commit: 483c98301b56465caabee32c59221e7a4904b23a\nBranch: master\nTime: 2024-05-31T14:43:19+02:00" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|