Skip to content

Commit

Permalink
fix: update to eye v5.0.5 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Oct 7, 2023
1 parent 1ff201a commit ce2bd70
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.4",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/123939676"
"name": "v5.0.5",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/124117642"
}
},
"dependencies": {
Expand Down

1 comment on commit ce2bd70

@jeswr
Copy link
Member Author

@jeswr jeswr commented on ce2bd70 Oct 7, 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: ce2bd70 Previous: 1ff201a Ratio
Initialise SWIPL with EYE image 7.11 ops/sec (±12.70%) 8.56 ops/sec (±12.41%) 1.20
Run socrates query 6.5 ops/sec (±12.76%) 7.79 ops/sec (±11.78%) 1.20
Load data into a module 111774 ops/sec (±0.98%) 134919 ops/sec (±1.78%) 1.21
Load query into a module 130775 ops/sec (±1.03%) 170759 ops/sec (±0.63%) 1.31
Executing the socrates query 43.71 ops/sec (±14.51%) 49.18 ops/sec (±15.21%) 1.13
Run deep taxonomy benchmark [10] 2.78 ops/sec (±8.33%) 3.44 ops/sec (±8.07%) 1.24
Run deep taxonomy benchmark [50] 0.11 ops/sec (±5.39%) 0.13 ops/sec (±1.61%) 1.18

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

CC: @jeswr

Please sign in to comment.