Skip to content

Commit

Permalink
set sample time to s
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Sep 22, 2023
1 parent b953de1 commit ce75bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/cellfinder/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TimeBenchmark:
warmup_time = 0.1 # default:0.1;
rounds = 2 # default:2
repeat = 0 # default: 0
sample_time = 10 # default: 10 ms; `
sample_time = 0.01 # default: 10 ms = 0.01 s;
min_run_count = 2 # default:2

@classmethod
Expand Down

0 comments on commit ce75bf9

Please sign in to comment.