From d5a0d4126671dab7854e86db3609cd86b5f179f9 Mon Sep 17 00:00:00 2001 From: Pouya Rostam Date: Mon, 5 Feb 2024 17:34:20 -0800 Subject: [PATCH] tune performance --- .github/workflows/python-perf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 52c99120..54331947 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -86,8 +86,8 @@ jobs: init_performance_threshold_sec: 7.5 proc_performance_threshold_sec: 4.0 - machine: rpi5-64 - init_performance_threshold_sec: 0.1 - proc_performance_threshold_sec: 0.1 + init_performance_threshold_sec: 2.5 + proc_performance_threshold_sec: 2.0 - machine: jetson init_performance_threshold_sec: 7.5 proc_performance_threshold_sec: 4.0