-
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 65c9f4d
- Loading branch information
github-action-benchmark
committed
Jan 7, 2025
1 parent
c452346
commit a75da36
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": 1734975614538, | ||
"lastUpdate": 1736238560904, | ||
"repoUrl": "https://github.com/useblocks/sphinx-needs", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -11630,6 +11630,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Commit: 9c5a6db522cb06d7a47eaf9f42352de66c95e8fd\nBranch: master\nTime: 2024-12-23T18:38:12+01:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Sewell", | ||
"username": "chrisjsewell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "65c9f4da1920abb0cdbde352cd85234c6c1307ca", | ||
"message": "🐛 Fix: make external paths relative to `confdir`, not `srcdir` (#1378)\n\nPaths set in the `conf.py` should be relative to it, not to the\n`srcdir`.\nNote, often `confdir` and `srcdir` are equivalent, but this is not\nalways the case.", | ||
"timestamp": "2025-01-07T09:27:34+01:00", | ||
"tree_id": "dc8e7f75390e246534d764f1e6baa76e27b057c5", | ||
"url": "https://github.com/useblocks/sphinx-needs/commit/65c9f4da1920abb0cdbde352cd85234c6c1307ca" | ||
}, | ||
"date": 1736238548791, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Small, basic Sphinx-Needs project", | ||
"value": 0.14095132100000285, | ||
"unit": "s", | ||
"extra": "Commit: 65c9f4da1920abb0cdbde352cd85234c6c1307ca\nBranch: master\nTime: 2025-01-07T09:27:34+01:00" | ||
}, | ||
{ | ||
"name": "Official Sphinx-Needs documentation (without services)", | ||
"value": 56.26942227900001, | ||
"unit": "s", | ||
"extra": "Commit: 65c9f4da1920abb0cdbde352cd85234c6c1307ca\nBranch: master\nTime: 2025-01-07T09:27:34+01:00" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|