metrics: Update tensorflow name in gha run script

This PR update tensorflow name in gha run script.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-08-17 20:17:48 +00:00
parent e8a5119343
commit 85c02828e1

View File

@ -80,7 +80,7 @@ function run_test_blogbench() {
function run_test_tensorflow() { function run_test_tensorflow() {
info "Running TensorFlow test using ${KATA_HYPERVISOR} hypervisor" info "Running TensorFlow test using ${KATA_HYPERVISOR} hypervisor"
bash tests/metrics/machine_learning/tensorflow.sh 1 20 bash tests/metrics/machine_learning/tensorflow_nhwc.sh 1 20
check_metrics check_metrics
} }