You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,10 @@ tests :
63
63
## Build Orion
64
64
Building Orion is a straightforward process. Follow these commands:
65
65
66
+
**Note: Orion Compatibility**
67
+
68
+
Orion currently supports Python versions `3.8.x`, `3.9.x`, `3.10.x`, and `3.11.x`. Please be aware that using other Python versions might lead to dependency conflicts caused by hunter, creating a challenging situation known as "dependency hell." It's crucial to highlight that Python `3.12.x` may result in errors due to the removal of distutils, a dependency used by numpy. This information is essential to ensure a smooth experience with Orion and avoid potential compatibility issues.
69
+
66
70
Clone the current repository using git clone.
67
71
68
72
```
@@ -84,8 +88,12 @@ Orion provides flexibility in configuring its behavior by allowing users to set
84
88
85
89
For enhanced troubleshooting and debugging, Orion supports the ```--debug``` flag, enabling the generation of detailed debug logs.
86
90
91
+
Activate Orion's regression detection tool for performance-scale CPT runs effortlessly with the ```--hunter-analyze``` command. This seamlessly integrates with metadata and hunter, ensuring a robust and efficient regression detection process.
92
+
87
93
Additionally, users can specify a custom path for the output CSV file using the ```--output``` flag, providing control over the location where the generated CSV will be stored.
88
94
95
+
96
+
89
97
Orion's seamless integration with metadata and hunter ensures a robust regression detection tool for perf-scale CPT runs.
0 commit comments