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 5c0cfee
  • Loading branch information
github-action-benchmark committed Mar 23, 2024
1 parent 00cfca8 commit 167051e
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": 1711118257612,
"lastUpdate": 1711187256489,
"repoUrl": "https://github.com/TREEcg/extract-cbd-shape",
"entries": {
"Extraction algorithm Benchmark for inband data": [
Expand Down Expand Up @@ -1190,6 +1190,72 @@ window.BENCHMARK_DATA = {
"extra": "131 samples"
}
]
},
{
"commit": {
"author": {
"email": "pieter.colpaert@ugent.be",
"name": "Pieter Colpaert",
"username": "pietercolpaert"
},
"committer": {
"email": "pieter.colpaert@ugent.be",
"name": "Pieter Colpaert",
"username": "pietercolpaert"
},
"distinct": true,
"id": "5c0cfeec802a533f2e782ebbd4c45339be3c035b",
"message": "Added owl:imports in the bin - fixing #23",
"timestamp": "2024-03-23T10:45:44+01:00",
"tree_id": "e8c84785a84ca6f4742ab9968d29c81486de7fcc",
"url": "https://github.com/TREEcg/extract-cbd-shape/commit/5c0cfeec802a533f2e782ebbd4c45339be3c035b"
},
"date": 1711187255883,
"tool": "benchmarkjs",
"benches": [
{
"name": "CBDAndBlankNode",
"value": 66382,
"range": "±4.73%",
"unit": "ops/sec",
"extra": "131 samples"
},
{
"name": "CBDAndNamedGraphs",
"value": 73357,
"range": "±2.73%",
"unit": "ops/sec",
"extra": "131 samples"
},
{
"name": "CBDAndSimpleShape",
"value": 75472,
"range": "±2.01%",
"unit": "ops/sec",
"extra": "135 samples"
},
{
"name": "CBDAndSimpleShapeAndNamedGraphs",
"value": 67995,
"range": "±3.11%",
"unit": "ops/sec",
"extra": "130 samples"
},
{
"name": "CBDAndShaclExtended",
"value": 54617,
"range": "±3.64%",
"unit": "ops/sec",
"extra": "130 samples"
},
{
"name": "CBDAndShaclExtendedComplex",
"value": 53908,
"range": "±2.52%",
"unit": "ops/sec",
"extra": "133 samples"
}
]
}
],
"Extraction algorithm Benchmark for outband data": [
Expand Down

0 comments on commit 167051e

Please sign in to comment.