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 66e3978
  • Loading branch information
github-action-benchmark committed May 6, 2024
1 parent 81f5344 commit 795b24b
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": 1711793253633,
"lastUpdate": 1714985338305,
"repoUrl": "https://github.com/TREEcg/extract-cbd-shape",
"entries": {
"Extraction algorithm Benchmark for inband data": [
Expand Down Expand Up @@ -1586,6 +1586,72 @@ window.BENCHMARK_DATA = {
"extra": "133 samples"
}
]
},
{
"commit": {
"author": {
"email": "pheyvaer.heyvaert@ugent.be",
"name": "Pieter Heyvaert",
"username": "pheyvaer"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "66e397820bef10d21173d824f3b34a5ec5695b87",
"message": "Shape to mermaid (#30)\n\n* Add a shapeGraph to mermaid functionality\r\n * optional paths, nodeLinks and atLeastOneLists\r\n * inverse path\r\n\r\n* Add error test + docs\r\n\r\n* Extract label for Node Shapes from rdfs:label or IRI\r\n\r\n* Added a simple binary for mermaid\r\n\r\n* bump version\r\n\r\n---------\r\n\r\nCo-authored-by: Julian Rojas <julian.rojas87@gmail.com>\r\nCo-authored-by: Pieter Colpaert <pieter.colpaert@ugent.be>\r\nCo-authored-by: ajuvercr <arthur.vercruysse@outlook.com>",
"timestamp": "2024-05-06T10:47:16+02:00",
"tree_id": "ee8c6ebc9d44fb88d6b5412e5c60dcef15f72587",
"url": "https://github.com/TREEcg/extract-cbd-shape/commit/66e397820bef10d21173d824f3b34a5ec5695b87"
},
"date": 1714985337720,
"tool": "benchmarkjs",
"benches": [
{
"name": "CBDAndBlankNode",
"value": 78848,
"range": "±4.48%",
"unit": "ops/sec",
"extra": "132 samples"
},
{
"name": "CBDAndNamedGraphs",
"value": 86399,
"range": "±1.17%",
"unit": "ops/sec",
"extra": "134 samples"
},
{
"name": "CBDAndSimpleShape",
"value": 73115,
"range": "±3.36%",
"unit": "ops/sec",
"extra": "132 samples"
},
{
"name": "CBDAndSimpleShapeAndNamedGraphs",
"value": 80360,
"range": "±1.22%",
"unit": "ops/sec",
"extra": "135 samples"
},
{
"name": "CBDAndShaclExtended",
"value": 62184,
"range": "±3.19%",
"unit": "ops/sec",
"extra": "134 samples"
},
{
"name": "CBDAndShaclExtendedComplex",
"value": 56416,
"range": "±3.73%",
"unit": "ops/sec",
"extra": "133 samples"
}
]
}
],
"Extraction algorithm Benchmark for outband data": [
Expand Down

0 comments on commit 795b24b

Please sign in to comment.