-
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 3ba2d9e
- Loading branch information
github-action-benchmark
committed
Dec 23, 2024
1 parent
6353db3
commit 754e4be
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": 1733349659356, | ||
"lastUpdate": 1734975538553, | ||
"repoUrl": "https://github.com/useblocks/sphinx-needs", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -11558,6 +11558,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Commit: 4e52ed213415e70837b9283ddd4d9308a7bee41a\nBranch: master\nTime: 2024-12-04T22:58:59+01:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Aymen-Soussi-01", | ||
"username": "Aymen-Soussi-01" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "3ba2d9e4f369613f8cde53a99d188736d216c400", | ||
"message": "Allow filter-func in need-pie to have multiple dots in the import path. (#1373)\n\nI just changed the split of the path of filter-func to split on the\r\nfirst dot starting from the right.\r\nThis means anything to the right will be the function name and anything\r\nto the left will be the module import path\r\nThis Fix will close the issue #1372\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>", | ||
"timestamp": "2024-12-23T18:37:00+01:00", | ||
"tree_id": "9928a061756442c1c504240e9930391b12b76e5e", | ||
"url": "https://github.com/useblocks/sphinx-needs/commit/3ba2d9e4f369613f8cde53a99d188736d216c400" | ||
}, | ||
"date": 1734975526076, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Small, basic Sphinx-Needs project", | ||
"value": 0.1459278000000097, | ||
"unit": "s", | ||
"extra": "Commit: 3ba2d9e4f369613f8cde53a99d188736d216c400\nBranch: master\nTime: 2024-12-23T18:37:00+01:00" | ||
}, | ||
{ | ||
"name": "Official Sphinx-Needs documentation (without services)", | ||
"value": 66.89771267500001, | ||
"unit": "s", | ||
"extra": "Commit: 3ba2d9e4f369613f8cde53a99d188736d216c400\nBranch: master\nTime: 2024-12-23T18:37:00+01:00" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|