-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
update buckifier for new json format and updated macros #9643
Conversation
This pull request was exported from Phabricator. Differential Revision: D34543573 |
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.
LGTM
@@ -41,6 +41,6 @@ | |||
""" | |||
|
|||
fancy_bench_template = """ | |||
fancy_bench_wrapper(suite_name="{name}", binary_to_bench_to_metric_list_map={bench_config}, slow={slow}, expected_runtime={expected_runtime}) | |||
fancy_bench_wrapper(suite_name="{name}", binary_to_bench_to_metric_list_map={bench_config}, slow={slow}, expected_runtime={expected_runtime}, sl_iterations={sl_iterations}, regression_threshold={regression_threshold}) |
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.
Should we set a default value here?
Is there any other parameter we could use?
Is the setting per test or test_suit?
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.
The json's contain default parameters, these are per test suite.
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.
would be great to have per test config. (maybe with later diff).
Summary: Pull Request resolved: facebook#9643 Reviewed By: jay-zhuang Differential Revision: D34543573 fbshipit-source-id: c968f4f8920712af5cbf41cadd409bc72c859246
This pull request was exported from Phabricator. Differential Revision: D34543573 |
2a1bd18
to
aa53012
Compare
Summary: Pull Request resolved: facebook#9643 Differential Revision: D34543573 fbshipit-source-id: 4fbe6b31c8e2f1afb68fec9573e9c7bd1a853011
Differential Revision: D34543573