Skip to content

Commit

Permalink
add EYE JS Benchmark (benchmarkjs) benchmark result for ca087c8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 23, 2024
1 parent 9cdc7ba commit b6a395f
Showing 1 changed file with 158 additions and 1 deletion.
159 changes: 158 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1734734768258,
"lastUpdate": 1734959360368,
"repoUrl": "https://github.com/eyereasoner/eye-js",
"entries": {
"EYE JS Benchmark": [
Expand Down Expand Up @@ -75332,6 +75332,163 @@ window.BENCHMARK_DATA = {
"extra": "16 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jesse Wright",
"username": "jeswr"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ca087c897e09590a67f7eb03c2a2f27b69564bc9",
"message": "fix: update to eye v11.1.3 (#1451)",
"timestamp": "2024-12-23T12:57:35Z",
"tree_id": "2fa2808e94ae888896a09b473baa79625bbd9c0b",
"url": "https://github.com/eyereasoner/eye-js/commit/ca087c897e09590a67f7eb03c2a2f27b69564bc9"
},
"date": 1734959318963,
"tool": "benchmarkjs",
"benches": [
{
"name": "Initialise SWIPL with EYE image",
"value": 15.58,
"range": "±4.42%",
"unit": "ops/sec",
"extra": "75 samples"
},
{
"name": "Run socrates query",
"value": 13.83,
"range": "±4.04%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Load data into a module",
"value": 219294,
"range": "±0.54%",
"unit": "ops/sec",
"extra": "93 samples"
},
{
"name": "Load query into a module",
"value": 293829,
"range": "±0.55%",
"unit": "ops/sec",
"extra": "90 samples"
},
{
"name": "Executing the socrates query",
"value": 62.09,
"range": "±16.46%",
"unit": "ops/sec",
"extra": "28 samples"
},
{
"name": "Run deep taxonomy benchmark [10]",
"value": 4,
"range": "±2.25%",
"unit": "ops/sec",
"extra": "24 samples"
},
{
"name": "Run deep taxonomy benchmark [50]",
"value": 0.15,
"range": "±1.49%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run deep taxonomy benchmark [100]",
"value": 0.02,
"range": "±1.70%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run deep taxonomy benchmark [10] [reasoning only]",
"value": 4.8,
"range": "±13.26%",
"unit": "ops/sec",
"extra": "15 samples"
},
{
"name": "Run deep taxonomy benchmark [50] [reasoning only]",
"value": 0.3,
"range": "±15.39%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run deep taxonomy benchmark [100] [reasoning only]",
"value": 0.07,
"range": "±17.18%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run timbl + foaf + rdfs rules",
"value": 0.94,
"range": "±1.98%",
"unit": "ops/sec",
"extra": "9 samples"
},
{
"name": "Run timbl + foaf + owl2rl rules",
"value": 0.51,
"range": "±0.74%",
"unit": "ops/sec",
"extra": "7 samples"
},
{
"name": "Run timbl + rdfs rules",
"value": 2.13,
"range": "±1.55%",
"unit": "ops/sec",
"extra": "15 samples"
},
{
"name": "Run timbl + owl2rl rules",
"value": 2.51,
"range": "±1.49%",
"unit": "ops/sec",
"extra": "17 samples"
},
{
"name": "Run timbl + foaf + rdfs rules [string]",
"value": 0.97,
"range": "±1.49%",
"unit": "ops/sec",
"extra": "9 samples"
},
{
"name": "Run timbl + foaf + owl2rl rules [string]",
"value": 0.52,
"range": "±1.28%",
"unit": "ops/sec",
"extra": "7 samples"
},
{
"name": "Run timbl + rdfs rules [string]",
"value": 2.2,
"range": "±0.71%",
"unit": "ops/sec",
"extra": "14 samples"
},
{
"name": "Run timbl + owl2rl rules [string]",
"value": 2.62,
"range": "±0.68%",
"unit": "ops/sec",
"extra": "16 samples"
}
]
}
]
}
Expand Down

0 comments on commit b6a395f

Please sign in to comment.