Skip to content

Commit

Permalink
fix: update to eye v4.15.2 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Sep 2, 2023
1 parent 145767d commit 243f08e
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.15.1",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/119644763"
"name": "v4.15.2",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/119690855"
}
},
"dependencies": {
Expand Down

1 comment on commit 243f08e

@jeswr
Copy link
Collaborator Author

@jeswr jeswr commented on 243f08e Sep 2, 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: 243f08e Previous: 145767d Ratio
Initialise SWIPL with EYE image 7.41 ops/sec (±12.67%) 9.26 ops/sec (±9.46%) 1.25
Run socrates query 6.87 ops/sec (±11.78%) 8.58 ops/sec (±9.04%) 1.25
Load data into a module 115413 ops/sec (±0.58%) 140988 ops/sec (±0.48%) 1.22
Load query into a module 142314 ops/sec (±0.48%) 160809 ops/sec (±0.29%) 1.13
Run deep taxonomy benchmark [10] 2.95 ops/sec (±7.74%) 3.35 ops/sec (±6.17%) 1.14

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

CC: @jeswr

Please sign in to comment.