Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grantjenks/python-sortedcontainers
/ stress_delitem
Function
stress_delitem
tests/test_stress_sortedset.py:46–49 ·
view source on GitHub ↗
(sst)
Source
from the content-addressed store, hash-verified
44
45
@actor
46
def
stress_delitem(sst):
47
for
rpt in range(100):
48
pos = random.randrange(0, len(sst))
49
del sst[pos]
50
51
@actor
52
def
stress_operator(sst):
Callers
4
stress_operator
Function · 0.70
stress_difference
Function · 0.70
stress_intersection
Function · 0.70
stress_symmetric_difference
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected