Skip to content

Commit

Permalink
Test concurrency asv-main
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Nov 13, 2023
1 parent 07a26ae commit 4d2b8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmarking_asv/example_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def meaning() -> int:

def run_time_computation():
"""Mock function for random time computation."""
time.sleep(random.uniform(0, 5))
time.sleep(random.uniform(0, 4))


def run_mem_computation():
Expand Down

0 comments on commit 4d2b8c5

Please sign in to comment.