Skip to content

Commit c491808

Browse files
author
Jeremy Jordan
committed
relax profiler overhead tolerance
1 parent 2db3265 commit c491808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_profiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from pytorch_lightning.profiler import Profiler, AdvancedProfiler
66

7-
PROFILER_OVERHEAD_MAX_TOLERANCE = 1e-4 # 0.1 milliseconds
7+
PROFILER_OVERHEAD_MAX_TOLERANCE = 0.001
88

99

1010
@pytest.fixture

0 commit comments

Comments
 (0)