Skip to content

Commit

Permalink
add Extraction algorithm Benchmark for outband data (benchmarkjs) ben…
Browse files Browse the repository at this point in the history
…chmark result for 32f5790
  • Loading branch information
github-action-benchmark committed Feb 15, 2024
1 parent b67413d commit 38214a2
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 38214a2

Please sign in to comment.