Skip to content

Commit

Permalink
add Extraction algorithm Benchmark for inband data (benchmarkjs) benc…
Browse files Browse the repository at this point in the history
…hmark result for 5bfbfc9
  • Loading branch information
github-action-benchmark committed Feb 14, 2024
1 parent 9b30285 commit abfd409
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1707815436464,
"lastUpdate": 1707908043257,
"repoUrl": "https://github.com/TREEcg/extract-cbd-shape",
"entries": {
"Extraction algorithm Benchmark for inband data": [
Expand Down Expand Up @@ -530,6 +530,72 @@ window.BENCHMARK_DATA = {
"extra": "130 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": 1707908042678,
"tool": "benchmarkjs",
"benches": [
{
"name": "CBDAndBlankNode",
"value": 58241,
"range": "±3.30%",
"unit": "ops/sec",
"extra": "130 samples"
},
{
"name": "CBDAndNamedGraphs",
"value": 60472,
"range": "±2.40%",
"unit": "ops/sec",
"extra": "130 samples"
},
{
"name": "CBDAndSimpleShape",
"value": 56092,
"range": "±3.90%",
"unit": "ops/sec",
"extra": "130 samples"
},
{
"name": "CBDAndSimpleShapeAndNamedGraphs",
"value": 57782,
"range": "±1.97%",
"unit": "ops/sec",
"extra": "131 samples"
},
{
"name": "CBDAndShaclExtended",
"value": 45325,
"range": "±3.38%",
"unit": "ops/sec",
"extra": "132 samples"
},
{
"name": "CBDAndShaclExtendedComplex",
"value": 43265,
"range": "±3.36%",
"unit": "ops/sec",
"extra": "132 samples"
}
]
}
],
"Extraction algorithm Benchmark for outband data": [
Expand Down

0 comments on commit abfd409

Please sign in to comment.