Skip to content

Commit c31c6dc

Browse files
committed
Less native time
1 parent 6c2e2fb commit c31c6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_profiling/test_sampling_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ def setUpClass(cls):
31243124
31253125
def python_to_c():
31263126
# Native code at the top of the stack:
3127-
sum(range(200))
3127+
sum(range(100))
31283128
# Python code at the top of the stack:
31293129
for _ in range(100):
31303130
pass

0 commit comments

Comments
 (0)