Skip to content

Commit

Permalink
feat: update to eye v4.9.0 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Jul 25, 2023
1 parent 7646c72 commit e954779
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.8.4",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/113229957"
"name": "v4.9.0",
"url": "https://api.github.com/repos/eyereasoner/eye/releases/113483732"
}
},
"dependencies": {
Expand Down

1 comment on commit e954779

@jeswr
Copy link
Collaborator Author

@jeswr jeswr commented on e954779 Jul 25, 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: e954779 Previous: 7646c72 Ratio
Initialise SWIPL with EYE image 6.53 ops/sec (±13.54%) 9.06 ops/sec (±11.66%) 1.39
Run socrates query 6.4 ops/sec (±12.52%) 8.24 ops/sec (±11.07%) 1.29
Load data into a module 111582 ops/sec (±1.09%) 128367 ops/sec (±1.85%) 1.15
Load query into a module 131352 ops/sec (±1.14%) 164428 ops/sec (±0.47%) 1.25
Executing the socrates query 46.05 ops/sec (±16.96%) 52.24 ops/sec (±18.73%) 1.13
Run deep taxonomy benchmark [10] 3.11 ops/sec (±8.43%) 3.77 ops/sec (±8.09%) 1.21
Run deep taxonomy benchmark [50] 0.12 ops/sec (±3.13%) 0.14 ops/sec (±1.74%) 1.17

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

CC: @jeswr

Please sign in to comment.