Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 976dcd5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 18, 2024
1 parent 620c4b8 commit b5a3ad6
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion docs/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1726616507949,
"lastUpdate": 1726646543933,
"repoUrl": "https://github.com/useblocks/sphinx-needs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -10226,6 +10226,42 @@ window.BENCHMARK_DATA = {
"extra": "Commit: 72138fd99c8abfa1f5d3e8e397d5b042f7133b08\nBranch: master\nTime: 2024-09-18T01:39:51+02:00"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Chris Sewell",
"username": "chrisjsewell"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "976dcd52130d7edcca6b1b073f665fca5cf823da",
"message": "✨ Add `ndf` role, deprecate `need_func` & `[[...]]` in need content (#1269)\n\nThere were previously two methods to use dynamic functions within need directive's content:\r\n\r\n1. ``[[copy(\"id\")]]``; is problematic, because it does not adhere to the rst / myst syntax specification, and has already shown to cause parsing issues and be surprising to users\r\n\r\n2. `` :need_func:`[[copy(\"id\")]]` ``; is better but overly verbose\r\n\r\nIn this commit, these are replaced by the role: `` :ndf:`copy(\"id\")` ``\r\nHere we take the entire content to be the function, as so do not require the `[[]]`, reducing verbosity and processing\r\n\r\nThe other two methods now emit a deprecation warning, showing how to convert them to the new role.",
"timestamp": "2024-09-18T10:00:26+02:00",
"tree_id": "8e9e7198a2bbdea3b53e4eeecc9fcf013d1cc93d",
"url": "https://github.com/useblocks/sphinx-needs/commit/976dcd52130d7edcca6b1b073f665fca5cf823da"
},
"date": 1726646534488,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Small, basic Sphinx-Needs project",
"value": 0.18162319300000718,
"unit": "s",
"extra": "Commit: 976dcd52130d7edcca6b1b073f665fca5cf823da\nBranch: master\nTime: 2024-09-18T10:00:26+02:00"
},
{
"name": "Official Sphinx-Needs documentation (without services)",
"value": 66.84443248199997,
"unit": "s",
"extra": "Commit: 976dcd52130d7edcca6b1b073f665fca5cf823da\nBranch: master\nTime: 2024-09-18T10:00:26+02:00"
}
]
}
]
}
Expand Down

0 comments on commit b5a3ad6

Please sign in to comment.