-
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 dc3242a
- Loading branch information
github-action-benchmark
committed
Sep 13, 2024
1 parent
4617b4e
commit 81fb9fb
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": 1726232505540, | ||
"lastUpdate": 1726232771685, | ||
"repoUrl": "https://github.com/useblocks/sphinx-needs", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10046,6 +10046,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Commit: 2ff14e758ecf4cd907fbc150ca0e9824f7032270\nBranch: master\nTime: 2024-09-13T14:59:38+02:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Sewell", | ||
"username": "chrisjsewell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "dc3242a52f94a44bb3d41e1582acd42b008c3f89", | ||
"message": "🧪 Improve `tests/test_basic_doc.py` (#1300)\n\nAll tests are now checked for build warnings.\r\n\r\nAdditionally, the `generic_doc` test build was removed, since it was basically the same as `doc_basic`", | ||
"timestamp": "2024-09-13T15:04:12+02:00", | ||
"tree_id": "4c401fefaca76fbb0bad617141182f24f3c7c5a3", | ||
"url": "https://github.com/useblocks/sphinx-needs/commit/dc3242a52f94a44bb3d41e1582acd42b008c3f89" | ||
}, | ||
"date": 1726232761825, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Small, basic Sphinx-Needs project", | ||
"value": 0.21128838600000677, | ||
"unit": "s", | ||
"extra": "Commit: dc3242a52f94a44bb3d41e1582acd42b008c3f89\nBranch: master\nTime: 2024-09-13T15:04:12+02:00" | ||
}, | ||
{ | ||
"name": "Official Sphinx-Needs documentation (without services)", | ||
"value": 68.555734357, | ||
"unit": "s", | ||
"extra": "Commit: dc3242a52f94a44bb3d41e1582acd42b008c3f89\nBranch: master\nTime: 2024-09-13T15:04:12+02:00" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|