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 8672860
  • Loading branch information
github-action-benchmark committed Mar 22, 2024
1 parent 7e304f0 commit 7e83069
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1711117705589,
"lastUpdate": 1711117830400,
"repoUrl": "https://github.com/TREEcg/extract-cbd-shape",
"entries": {
"Extraction algorithm Benchmark for inband data": [
Expand Down Expand Up @@ -1576,6 +1576,58 @@ 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": "86728607fc265c026fa8d2ee9d275a3701c7ba20",
"message": "Merge pull request #21 from xdxxxdx/main\n\nfeat: add 1000 members extraction benchmark.",
"timestamp": "2024-03-22T15:26:36+01:00",
"tree_id": "195e5debd2bb96dc39d3fa500437a652b051d0ed",
"url": "https://github.com/TREEcg/extract-cbd-shape/commit/86728607fc265c026fa8d2ee9d275a3701c7ba20"
},
"date": 1711117829853,
"tool": "benchmarkjs",
"benches": [
{
"name": "Extract1#ExtractionCollectionMembers",
"value": 275,
"range": "±4.03%",
"unit": "ops/sec",
"extra": "75 samples"
},
{
"name": "Extract2#ExtractionMembersPartialOutBand",
"value": 264,
"range": "±9.50%",
"unit": "ops/sec",
"extra": "71 samples"
},
{
"name": "Extract3#ExtractionMembersOutBand",
"value": 250,
"range": "±9.48%",
"unit": "ops/sec",
"extra": "72 samples"
},
{
"name": "Extract4#ExtractionCollection1000Members",
"value": 278,
"range": "±4.77%",
"unit": "ops/sec",
"extra": "72 samples"
}
]
}
]
}
Expand Down

0 comments on commit 7e83069

Please sign in to comment.