From b642c4eb8e16d33d71510787badb95c7496bf4c4 Mon Sep 17 00:00:00 2001 From: KevinzChen04 <60117992+KevinzChen04@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:34:31 -0500 Subject: [PATCH] no change pass --- asv_tester/bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_tester/bar.py b/asv_tester/bar.py index 53e6cba..5e7918b 100644 --- a/asv_tester/bar.py +++ b/asv_tester/bar.py @@ -4,4 +4,4 @@ def hello(): return "hello" def slow_function(): - time.sleep(2) # consider changing this line to simulate a code change that alters overall runtime + time.sleep(1.9) # consider changing this line to simulate a code change that alters overall runtime