Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Feb 1, 2024
1 parent bfc6af8 commit f81bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/python/test_cobra_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CobraPerformanceTestCase(unittest.TestCase):
ACCESS_KEY = sys.argv[1]
NUM_TEST_ITERATIONS = int(sys.argv[2])
PERFORMANCE_THRESHOLD_SEC = float(sys.argv[3])
INIT_THRESHOLD_SEC = float(sys.argv.get(4, 0.005))
INIT_THRESHOLD_SEC = float(0.001)

def test_performance(self):
init_results = []
Expand Down

0 comments on commit f81bf90

Please sign in to comment.