We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db3265 commit c491808Copy full SHA for c491808
tests/test_profiler.py
@@ -4,7 +4,7 @@
4
5
from pytorch_lightning.profiler import Profiler, AdvancedProfiler
6
7
-PROFILER_OVERHEAD_MAX_TOLERANCE = 1e-4 # 0.1 milliseconds
+PROFILER_OVERHEAD_MAX_TOLERANCE = 0.001
8
9
10
@pytest.fixture
0 commit comments