-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix bench #1816
Conversation
@@ -59,7 +59,7 @@ open class RegressionTest (platformOs: String) : Template() { | |||
scriptContent = header + | |||
""" | |||
pixi run python utils/get_benchmark.py %MiniO_credential_token% "benchmark/" | |||
pixi run python utils/get_benchmark.py %MiniO_credential_token% "hws_2024_7_0/" | |||
pixi run python utils/get_benchmark.py %MiniO_credential_token% "hws_migration_test/" |
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.
Don't you need to checkout both models now?
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.
No, we separated the hws model that is used for migration test and the one used for integration test. Because the one for integration test is now updated and has version number and newest parameters, but we still need an "old" model for the migration test.
No description provided.