diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 6ac0155..084845f 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -35,13 +35,13 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] include: - os: ubuntu-latest - index_performance_threshold_sec: 1.4 + index_performance_threshold_sec: 1.8 search_performance_threshold_sec: 0.001 - os: windows-latest - index_performance_threshold_sec: 1.4 + index_performance_threshold_sec: 1.8 search_performance_threshold_sec: 0.001 - os: macos-latest - index_performance_threshold_sec: 2.0 + index_performance_threshold_sec: 2.4 search_performance_threshold_sec: 0.001 steps: