Skip to content

Commit

Permalink
perf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 30, 2023
1 parent b07f1ab commit 8446a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
index_performance_threshold_sec: 1.8
index_performance_threshold_sec: 2.2
search_performance_threshold_sec: 0.001
- os: windows-latest
index_performance_threshold_sec: 1.8
index_performance_threshold_sec: 2.2
search_performance_threshold_sec: 0.001
- os: macos-latest
index_performance_threshold_sec: 2.4
index_performance_threshold_sec: 2.8
search_performance_threshold_sec: 0.001

steps:
Expand Down

0 comments on commit 8446a33

Please sign in to comment.