Remove use of -f key which isn't defined in openvino/**/sea_runtool.py (#4257)

This commit is contained in:
Vitaliy Urusovskij 2021-02-10 08:53:11 +03:00 committed by GitHub
parent 48aa1c35b3
commit ba5da4231f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ def test_cc_collect(test_id, model, sea_runtool, benchmark_app, collector_dir, a
sys.executable,
str(sea_runtool),
f"-o={out}",
"-f=stat",
f"--bindir={collector_dir}",
"!",
str(benchmark_app),