-
Notifications
You must be signed in to change notification settings - Fork 240
Update results Opteryx, latest release 0.26.1 #682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c7b2b27
Upgrade opteryx to version 0.26.1
joocer c1ba3af
Modify date and expand result data in JSON
joocer 70a9538
Update date and results in c6a.2xlarge.json
joocer e049b6d
Update date and result values in t3a.small.json
joocer bb5109a
Update date and results in c6a.xlarge.json
joocer 83e24ad
Clean up c6a.4xlarge.json by removing entries
joocer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "system": "Opteryx", | ||
| "date": "2025-07-31", | ||
| "date": "2025-11-05", | ||
| "machine": "t3a.small", | ||
| "cluster_size": 1, | ||
| "proprietary": "no", | ||
|
|
@@ -9,48 +9,48 @@ | |
| "load_time": 0, | ||
| "data_size": 14737666736, | ||
| "result": [ | ||
| [2.213,0.232,0.209], | ||
| [3.829,0.919,0.887], | ||
| [5.883,1.958,1.813], | ||
| [5.826,1.378,1.514], | ||
| [15.022,9.297,7.872], | ||
| [15.171,11.978,11.052], | ||
| [4.141,1.174,1.187], | ||
| [3.529,0.905,0.903], | ||
| [1.862,0.161,0.161], | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... and with a bit of delay, my local measurements for t3a.small (again, they are close to yours): |
||
| [3.187,1.010,1.011], | ||
| [4.702,2.069,2.036], | ||
| [5.723,1.538,1.522], | ||
| [10.748,7.220,6.935], | ||
| [11.853,8.387,8.491], | ||
| [3.841,1.247,1.225], | ||
| [3.468,1.202,1.078], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [22.282,5.205,5.260], | ||
| [13.035,5.534,5.797], | ||
| [8.476,4.889,4.861], | ||
| [8.762,5.370,5.388], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [4.948,1.382,1.402], | ||
| [39.053,37.780,38.013], | ||
| [37.600,36.423,35.906], | ||
| [69.454,68.629,null], | ||
| [null,null,null], | ||
| [12.883,7.996,7.659], | ||
| [10.293,6.377,6.418], | ||
| [12.848,7.776,7.673], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [4.653,1.991,2.068], | ||
| [18.111,16.609,16.205], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null], | ||
| [null,null,null] | ||
| [4.341,0.987,0.965], | ||
| [3.580,0.536,0.516], | ||
| [3.899,0.605,0.551], | ||
| [6.146,2.529,2.564], | ||
| [3.295,0.187,0.172], | ||
| [3.264,0.169,0.162], | ||
| [3.344,0.497,0.467] | ||
| ] | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My local measurements:
Looks fairly close to yours 👍