Skip to content

Commit

Permalink
fix: update to eye v4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Aug 8, 2023
1 parent f70caee commit cf7a55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
},
"config": {
"eye": {
"name": "v4.11.1",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/115440291"
"name": "v4.11.2",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/115605255"
}
},
"dependencies": {
Expand Down

1 comment on commit cf7a55d

@jeswr
Copy link
Collaborator Author

@jeswr jeswr commented on cf7a55d Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'EYE JS Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: cf7a55d Previous: f70caee Ratio
Initialise SWIPL with EYE image 6.88 ops/sec (±12.40%) 8.61 ops/sec (±11.65%) 1.25
Run socrates query 6.64 ops/sec (±11.45%) 7.98 ops/sec (±11.04%) 1.20
Load data into a module 114913 ops/sec (±0.78%) 132943 ops/sec (±0.45%) 1.16
Load query into a module 136894 ops/sec (±1.22%) 168405 ops/sec (±0.58%) 1.23
Executing the socrates query 45.51 ops/sec (±16.18%) 51.2 ops/sec (±17.54%) 1.13
Run deep taxonomy benchmark [10] 2.96 ops/sec (±8.76%) 3.79 ops/sec (±7.52%) 1.28
Run deep taxonomy benchmark [50] 0.12 ops/sec (±2.73%) 0.14 ops/sec (±2.48%) 1.17

This comment was automatically generated by workflow using github-action-benchmark.

CC: @jeswr

Please sign in to comment.