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 5bfbfc9
  • Loading branch information
github-action-benchmark committed Feb 14, 2024
1 parent abfd409 commit f1bd1c3
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": 1707908043257,
"lastUpdate": 1707908124557,
"repoUrl": "https://github.com/TREEcg/extract-cbd-shape",
"entries": {
"Extraction algorithm Benchmark for inband data": [
Expand Down Expand Up @@ -688,6 +688,51 @@ window.BENCHMARK_DATA = {
"extra": "70 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": "5bfbfc906690ab6195875cbd7d2d54617621f9e9",
"message": "Merge pull request #14 from xdxxxdx/main\n\nUpdate performance-test.yml",
"timestamp": "2024-02-14T11:52:21+01:00",
"tree_id": "bd3aeeefdacd03e6e082040ad76e37bdcb443f83",
"url": "https://github.com/TREEcg/extract-cbd-shape/commit/5bfbfc906690ab6195875cbd7d2d54617621f9e9"
},
"date": 1707908124177,
"tool": "benchmarkjs",
"benches": [
{
"name": "Extract1#ExtractionCollectionMembers",
"value": 290,
"range": "±3.93%",
"unit": "ops/sec",
"extra": "74 samples"
},
{
"name": "Extract2#ExtractionMembersPartialOutBand",
"value": 273,
"range": "±6.49%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Extract3#ExtractionMembersOutBand",
"value": 255,
"range": "±9.23%",
"unit": "ops/sec",
"extra": "60 samples"
}
]
}
]
}
Expand Down

0 comments on commit f1bd1c3

Please sign in to comment.