Skip to content

Commit

Permalink
fix: update to eye v5.0.9 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Oct 15, 2023
1 parent 858e172 commit 8a42940
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": "v5.0.8",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/125104045"
"name": "v5.0.9",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/125105641"
}
},
"dependencies": {
Expand Down

1 comment on commit 8a42940

@jeswr
Copy link
Member Author

@jeswr jeswr commented on 8a42940 Oct 15, 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: 8a42940 Previous: 858e172 Ratio
Initialise SWIPL with EYE image 7.09 ops/sec (±13.61%) 9.27 ops/sec (±9.62%) 1.31
Run socrates query 6.34 ops/sec (±12.90%) 8.25 ops/sec (±9.50%) 1.30
Load data into a module 112820 ops/sec (±1.48%) 131869 ops/sec (±0.38%) 1.17
Load query into a module 141761 ops/sec (±1.16%) 162672 ops/sec (±0.37%) 1.15
Run deep taxonomy benchmark [10] 2.91 ops/sec (±9.04%) 3.32 ops/sec (±5.73%) 1.14

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

CC: @jeswr

Please sign in to comment.