From 38214a26ae771a4872159b3d375bf47699361f53 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 15 Feb 2024 08:02:27 +0000 Subject: [PATCH] add Extraction algorithm Benchmark for outband data (benchmarkjs) benchmark result for 32f5790678fda86108399a584df771e0381dc176 --- docs/data.js | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/docs/data.js b/docs/data.js index b32c844..7aabbac 100644 --- a/docs/data.js +++ b/docs/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1707984078249, + "lastUpdate": 1707984147649, "repoUrl": "https://github.com/TREEcg/extract-cbd-shape", "entries": { "Extraction algorithm Benchmark for inband data": [ @@ -910,6 +910,51 @@ window.BENCHMARK_DATA = { "extra": "72 samples" } ] + }, + { + "commit": { + "author": { + "email": "pieter.colpaert@ugent.be", + "name": "Pieter Colpaert", + "username": "pietercolpaert" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "32f5790678fda86108399a584df771e0381dc176", + "message": "Merge pull request #12 from TREEcg/feat/option-default-graph\n\nFeat/option default graph", + "timestamp": "2024-02-15T08:59:25+01:00", + "tree_id": "b3d793e577317d76645f8f72a112f8c5d2323afe", + "url": "https://github.com/TREEcg/extract-cbd-shape/commit/32f5790678fda86108399a584df771e0381dc176" + }, + "date": 1707984147094, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Extract1#ExtractionCollectionMembers", + "value": 291, + "range": "±3.55%", + "unit": "ops/sec", + "extra": "76 samples" + }, + { + "name": "Extract2#ExtractionMembersPartialOutBand", + "value": 265, + "range": "±9.22%", + "unit": "ops/sec", + "extra": "65 samples" + }, + { + "name": "Extract3#ExtractionMembersOutBand", + "value": 283, + "range": "±4.12%", + "unit": "ops/sec", + "extra": "70 samples" + } + ] } ] }