MCPcopy 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
46def stress_delitem(sst):
47 for rpt in range(100):
48 pos = random.randrange(0, len(sst))
49 del sst[pos]
50
51@actor
52def stress_operator(sst):

Callers 4

stress_operatorFunction · 0.70
stress_differenceFunction · 0.70
stress_intersectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected