Skip to content

Commit

Permalink
fix: update to eye v5.0.7 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Oct 9, 2023
1 parent 8d62805 commit 8efee2b
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.6",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/124156812"
"name": "v5.0.7",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/124317416"
}
},
"dependencies": {
Expand Down

1 comment on commit 8efee2b

@jeswr
Copy link
Member Author

@jeswr jeswr commented on 8efee2b Oct 9, 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: 8efee2b Previous: 8d62805 Ratio
Initialise SWIPL with EYE image 7.04 ops/sec (±13.50%) 8.75 ops/sec (±12.22%) 1.24
Run socrates query 6.51 ops/sec (±13.19%) 8.14 ops/sec (±11.12%) 1.25
Load data into a module 106391 ops/sec (±1.11%) 138522 ops/sec (±0.51%) 1.30
Load query into a module 121421 ops/sec (±1.25%) 171146 ops/sec (±0.44%) 1.41
Executing the socrates query 43.44 ops/sec (±15.14%) 50.34 ops/sec (±16.11%) 1.16
Run deep taxonomy benchmark [10] 2.79 ops/sec (±8.20%) 3.41 ops/sec (±7.83%) 1.22
Run deep taxonomy benchmark [50] 0.11 ops/sec (±2.79%) 0.13 ops/sec (±2.06%) 1.18

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

CC: @jeswr

Please sign in to comment.