Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 7a3e9ef
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 28, 2024
1 parent 1d8851f commit 7fc3809
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": 1730037877344,
"lastUpdate": 1730123221739,
"repoUrl": "https://github.com/useblocks/sphinx-needs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -11198,6 +11198,42 @@ window.BENCHMARK_DATA = {
"extra": "Commit: 43a43b8c8409ebbf85c7641bfa602cf353e89c74\nBranch: master\nTime: 2024-10-27T15:02:26+01:00"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Chris Sewell",
"username": "chrisjsewell"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7a3e9efaa8fdf8940801488093b1fd686b0ffce9",
"message": "✨ Allow configuring description of extra option (#1338)\n\nThis commit allows for using a dict to define a `needs_extra_options` item, that can have both a `name` and (optional) `description` key, e.g.:\r\n\r\n```python\r\nneeds_extra_options = [\r\n \"introduced\",\r\n {\"name\": \"impacts\", \"description\": \"What is the impact of this need?\"},\r\n]\r\n```\r\n\r\nThis also allows for future addition of more optional keys",
"timestamp": "2024-10-28T14:44:49+01:00",
"tree_id": "4fb13f2a315878f4da4f29521688a82a500b590f",
"url": "https://github.com/useblocks/sphinx-needs/commit/7a3e9efaa8fdf8940801488093b1fd686b0ffce9"
},
"date": 1730123208694,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Small, basic Sphinx-Needs project",
"value": 0.175313908999982,
"unit": "s",
"extra": "Commit: 7a3e9efaa8fdf8940801488093b1fd686b0ffce9\nBranch: master\nTime: 2024-10-28T14:44:49+01:00"
},
{
"name": "Official Sphinx-Needs documentation (without services)",
"value": 72.889659849,
"unit": "s",
"extra": "Commit: 7a3e9efaa8fdf8940801488093b1fd686b0ffce9\nBranch: master\nTime: 2024-10-28T14:44:49+01:00"
}
]
}
]
}
Expand Down

0 comments on commit 7fc3809

Please sign in to comment.