Skip to content

Commit

Permalink
add EYE JS Benchmark (benchmarkjs) benchmark result for cff1390
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 18, 2024
1 parent bc04dfd commit f9dfe7f
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": 1729277811593,
"lastUpdate": 1729291572231,
"repoUrl": "https://github.com/eyereasoner/eye-js",
"entries": {
"EYE JS Benchmark": [
Expand Down Expand Up @@ -68267,6 +68267,163 @@ window.BENCHMARK_DATA = {
"extra": "16 samples"
}
]
},
{
"commit": {
"author": {
"email": "63333554+jeswr@users.noreply.github.com",
"name": "Jesse Wright",
"username": "jeswr"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cff139076e2bc8e65d440151d5a8cdd1308a2384",
"message": "fix: update to eye v10.26.3 (#1365)",
"timestamp": "2024-10-18T22:34:28Z",
"tree_id": "1da63403c7ea48812e7f6f2c80cb052813473e4d",
"url": "https://github.com/eyereasoner/eye-js/commit/cff139076e2bc8e65d440151d5a8cdd1308a2384"
},
"date": 1729291524078,
"tool": "benchmarkjs",
"benches": [
{
"name": "Initialise SWIPL with EYE image",
"value": 15.98,
"range": "±3.70%",
"unit": "ops/sec",
"extra": "75 samples"
},
{
"name": "Run socrates query",
"value": 14.1,
"range": "±4.06%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Load data into a module",
"value": 208474,
"range": "±0.30%",
"unit": "ops/sec",
"extra": "94 samples"
},
{
"name": "Load query into a module",
"value": 267841,
"range": "±0.37%",
"unit": "ops/sec",
"extra": "93 samples"
},
{
"name": "Executing the socrates query",
"value": 63.49,
"range": "±16.92%",
"unit": "ops/sec",
"extra": "26 samples"
},
{
"name": "Run deep taxonomy benchmark [10]",
"value": 4.03,
"range": "±1.96%",
"unit": "ops/sec",
"extra": "24 samples"
},
{
"name": "Run deep taxonomy benchmark [50]",
"value": 0.15,
"range": "±2.33%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run deep taxonomy benchmark [100]",
"value": 0.02,
"range": "±2.66%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run deep taxonomy benchmark [10] [reasoning only]",
"value": 4.8,
"range": "±13.09%",
"unit": "ops/sec",
"extra": "16 samples"
},
{
"name": "Run deep taxonomy benchmark [50] [reasoning only]",
"value": 0.3,
"range": "±15.76%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run deep taxonomy benchmark [100] [reasoning only]",
"value": 0.08,
"range": "±16.16%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Run timbl + foaf + rdfs rules",
"value": 0.96,
"range": "±2.29%",
"unit": "ops/sec",
"extra": "9 samples"
},
{
"name": "Run timbl + foaf + owl2rl rules",
"value": 0.51,
"range": "±2.03%",
"unit": "ops/sec",
"extra": "7 samples"
},
{
"name": "Run timbl + rdfs rules",
"value": 2.15,
"range": "±1.56%",
"unit": "ops/sec",
"extra": "15 samples"
},
{
"name": "Run timbl + owl2rl rules",
"value": 2.51,
"range": "±2.36%",
"unit": "ops/sec",
"extra": "17 samples"
},
{
"name": "Run timbl + foaf + rdfs rules [string]",
"value": 0.97,
"range": "±1.16%",
"unit": "ops/sec",
"extra": "9 samples"
},
{
"name": "Run timbl + foaf + owl2rl rules [string]",
"value": 0.51,
"range": "±0.84%",
"unit": "ops/sec",
"extra": "7 samples"
},
{
"name": "Run timbl + rdfs rules [string]",
"value": 2.21,
"range": "±1.03%",
"unit": "ops/sec",
"extra": "14 samples"
},
{
"name": "Run timbl + owl2rl rules [string]",
"value": 2.62,
"range": "±0.91%",
"unit": "ops/sec",
"extra": "16 samples"
}
]
}
]
}
Expand Down

0 comments on commit f9dfe7f

Please sign in to comment.