Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 6abd389
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 12, 2024
1 parent 49726e2 commit f8b454d
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": 1706107675557,
"lastUpdate": 1707727087193,
"repoUrl": "https://github.com/useblocks/sphinx-needs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -6194,6 +6194,42 @@ window.BENCHMARK_DATA = {
"extra": "Commit: 73b961e29583bc0ac8892ef9c4e2bfb75f7f46bb\nBranch: master\nTime: 2024-01-24T15:44:59+01:00"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Chris Sewell",
"username": "chrisjsewell"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6abd389369c5bbd5216f5ecdc3da1323ebe8620d",
"message": "🧪 Add test for `needreport` directive (#1105)\n\nCurrently there is no test for this directive, this PR adds one.\r\n\r\nThis PR also fixes the directive:\r\n\r\n- Make the options flags\r\n- Change errors in the directive to emit warnings, rather than excepting\r\nthe whole build\r\n- Allow for `template` to be specified as a directive option\r\n- Allow the the `dropdown` directive used in the default template, which\r\nrequires an external sphinx extension, to be overriden using\r\n`needs_render_context = {\"report_directive\": \"admonition\"}` (I left the\r\ndefault as `dropdown`, so as not to introduce a breaking change)",
"timestamp": "2024-02-12T09:36:07+01:00",
"tree_id": "f4d12ed387505ee76d69c9f7ef43d3a1008d3edd",
"url": "https://github.com/useblocks/sphinx-needs/commit/6abd389369c5bbd5216f5ecdc3da1323ebe8620d"
},
"date": 1707727081262,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Small, basic Sphinx-Needs project",
"value": 0.2042651990000195,
"unit": "s",
"extra": "Commit: 6abd389369c5bbd5216f5ecdc3da1323ebe8620d\nBranch: master\nTime: 2024-02-12T09:36:07+01:00"
},
{
"name": "Official Sphinx-Needs documentation (without services)",
"value": 60.610427948999984,
"unit": "s",
"extra": "Commit: 6abd389369c5bbd5216f5ecdc3da1323ebe8620d\nBranch: master\nTime: 2024-02-12T09:36:07+01:00"
}
]
}
]
}
Expand Down

0 comments on commit f8b454d

Please sign in to comment.