Skip to content

Commit

Permalink
fix: update to eye v4.10.18 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Aug 3, 2023
1 parent 30369f0 commit 5bc3f04
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.10.16",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/114890302"
"name": "v4.10.18",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/114966532"
}
},
"dependencies": {
Expand Down

1 comment on commit 5bc3f04

@jeswr
Copy link
Collaborator Author

@jeswr jeswr commented on 5bc3f04 Aug 3, 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: 5bc3f04 Previous: 30369f0 Ratio
Initialise SWIPL with EYE image 7.27 ops/sec (±11.73%) 9.18 ops/sec (±9.42%) 1.26
Run socrates query 6.82 ops/sec (±11.45%) 8.62 ops/sec (±9.32%) 1.26
Load data into a module 115886 ops/sec (±1.10%) 139496 ops/sec (±0.32%) 1.20
Load query into a module 136819 ops/sec (±0.45%) 162639 ops/sec (±0.38%) 1.19
Run deep taxonomy benchmark [10] 3.09 ops/sec (±8.03%) 3.72 ops/sec (±6.24%) 1.20

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

CC: @jeswr

Please sign in to comment.