mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 08:26:16 +00:00
metrics: Remove unused variable in tensorflow mobilenet script
This PR removes unused variable in tensorflow mobilenet script.
Fixes #7679
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 8616c050ae
)
This commit is contained in:
parent
b38624e2b3
commit
0b4fb826de
@ -27,7 +27,6 @@ start_script="mobilenet_start.sh"
|
||||
CMD="$dst_dir/$start_script"
|
||||
guest_trigger_file="$dst_dir/$trigger_file"
|
||||
host_trigger_file="$src_dir/$trigger_file"
|
||||
timeout=600
|
||||
INITIAL_NUM_PIDS=1
|
||||
CMD_FILE="cat results | grep 'Average Throughput' | wc -l"
|
||||
CMD_RESULTS="cat results | grep 'Average Throughput' | cut -d':' -f2 | cut -d' ' -f2 | tr '\n' ','"
|
||||
|
Loading…
Reference in New Issue
Block a user