Skip to content

Commit

Permalink
fix: update to eye v4.14.10 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Aug 30, 2023
1 parent 2591847 commit b7d0363
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.14.9",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/118801444"
"name": "v4.14.10",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/119147270"
}
},
"dependencies": {
Expand Down

1 comment on commit b7d0363

@jeswr
Copy link
Collaborator Author

@jeswr jeswr commented on b7d0363 Aug 30, 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: b7d0363 Previous: 2591847 Ratio
Initialise SWIPL with EYE image 6.94 ops/sec (±12.71%) 9.28 ops/sec (±9.30%) 1.34
Run socrates query 6.07 ops/sec (±12.92%) 8.46 ops/sec (±9.74%) 1.39
Load data into a module 105979 ops/sec (±2.76%) 140815 ops/sec (±1.82%) 1.33
Load query into a module 122513 ops/sec (±1.35%) 161146 ops/sec (±0.35%) 1.32
Run deep taxonomy benchmark [10] 2.7 ops/sec (±8.65%) 3.41 ops/sec (±5.80%) 1.26

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

CC: @jeswr

Please sign in to comment.