Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 43a43b8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 27, 2024
1 parent 5e4b26f commit f3cc9c9
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": 1729860506608,
"lastUpdate": 1730037877344,
"repoUrl": "https://github.com/useblocks/sphinx-needs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -11162,6 +11162,42 @@ window.BENCHMARK_DATA = {
"extra": "Commit: 6898f80cdd2e6d74360cfbd7c8d00c9a3f299759\nBranch: master\nTime: 2024-10-25T14:46:20+02:00"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Chris Sewell",
"username": "chrisjsewell"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "43a43b8c8409ebbf85c7641bfa602cf353e89c74",
"message": "✨ Add `needs_from_toml` configuration (#1337)\n\nThis configuration allows for a path to a [toml file](https://toml.io) to be specified.\r\nIn this case, needs configuration will be read from it and merged into the config from the `conf.py`.\r\nAn additional `needs_from_toml_table` config controls the toml table to read from.",
"timestamp": "2024-10-27T15:02:26+01:00",
"tree_id": "c8b2613900dd99a47a83380365fb4a63c5368593",
"url": "https://github.com/useblocks/sphinx-needs/commit/43a43b8c8409ebbf85c7641bfa602cf353e89c74"
},
"date": 1730037863695,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Small, basic Sphinx-Needs project",
"value": 0.1477132759999904,
"unit": "s",
"extra": "Commit: 43a43b8c8409ebbf85c7641bfa602cf353e89c74\nBranch: master\nTime: 2024-10-27T15:02:26+01:00"
},
{
"name": "Official Sphinx-Needs documentation (without services)",
"value": 66.96344994399999,
"unit": "s",
"extra": "Commit: 43a43b8c8409ebbf85c7641bfa602cf353e89c74\nBranch: master\nTime: 2024-10-27T15:02:26+01:00"
}
]
}
]
}
Expand Down

0 comments on commit f3cc9c9

Please sign in to comment.