From 6c3a01a07e0348f501d3a39ada058ca50e40f7d4 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Tue, 3 Apr 2018 10:24:10 +0800 Subject: [PATCH] Enable all benchmark tests --- .gitlab-ci.yml | 2 +- tools/sh_commands.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab596bca..02174941 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,4 @@ ops_test: ops_benchmark: stage: ops_benchmark script: - - python tools/bazel_adb_run.py --target="//mace/ops:ops_benchmark" --run_target=True --stdout_processor=ops_benchmark_stdout_processor --args="--filter=.*CONV.*" + - python tools/bazel_adb_run.py --target="//mace/ops:ops_benchmark" --run_target=True --stdout_processor=ops_benchmark_stdout_processor diff --git a/tools/sh_commands.py b/tools/sh_commands.py index 0317d191..e3d04833 100644 --- a/tools/sh_commands.py +++ b/tools/sh_commands.py @@ -141,7 +141,7 @@ def falcon_tags(platform, model, abi): def falcon_push_metrics(metrics, device_properties, abi): cli = falcon_cli.FalconCli.connect(server="transfer.falcon.miliao.srv", port=8433, - debug=True) + debug=False) platform = device_properties["ro.board.platform"].replace(" ", "-") model = device_properties["ro.product.model"].replace(" ", "-") tags = falcon_tags(platform, model, abi) -- GitLab