echuraev commented on code in PR #13675:
URL: https://github.com/apache/tvm/pull/13675#discussion_r1059402704
##########
tests/scripts/ci.py:
##########
@@ -727,6 +727,13 @@ def add_subparser(
"./tests/scripts/task_python_adreno.sh " +
os.environ.get("ANDROID_SERIAL", ""),
],
),
+ "benchmarks": (
Review Comment:
Yes, totally agree. Not necessary to run it for every push. Probably, a new
command to @tvm-bot can be added to run performance test for a PR if it is
needed.
I think it would be nice, and it is very important to have such tests in the
CI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]