From f3cc9c91942bd0c2e26b5edc738ab81d67fd83d5 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 27 Oct 2024 14:04:37 +0000 Subject: [PATCH] add Benchmark (customSmallerIsBetter) benchmark result for 43a43b8c8409ebbf85c7641bfa602cf353e89c74 --- docs/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/bench/data.js b/docs/bench/data.js index 7ab999576..09a4a56e6 100644 --- a/docs/bench/data.js +++ b/docs/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729860506608, + "lastUpdate": 1730037877344, "repoUrl": "https://github.com/useblocks/sphinx-needs", "entries": { "Benchmark": [ @@ -11162,6 +11162,42 @@ window.BENCHMARK_DATA = { "extra": "Commit: 6898f80cdd2e6d74360cfbd7c8d00c9a3f299759\nBranch: master\nTime: 2024-10-25T14:46:20+02:00" } ] + }, + { + "commit": { + "author": { + "email": "chrisj_sewell@hotmail.com", + "name": "Chris Sewell", + "username": "chrisjsewell" + }, + "committer": { + "email": "noreply@github.com", + "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" + } + ] } ] }