We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61eb91 commit 99ab6c3Copy full SHA for 99ab6c3
tests/profiling/test_accuracy.py
@@ -71,7 +71,7 @@ def total_time(time_data, funcname):
71
@pytest.mark.skipif(TESTING_GEVENT, reason="Test not compatible with gevent")
72
def test_accuracy(monkeypatch):
73
# Set this to 100 so we don't sleep too often and mess with the precision.
74
- monkeypatch.setenv("DD_PROFILING_MAX_TIME_USAGE_PCT", 100)
+ monkeypatch.setenv("DD_PROFILING_MAX_TIME_USAGE_PCT", "100")
75
p = profiler.Profiler()
76
p.start()
77
spend_16()
0 commit comments