MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / difference

Method difference

test/perf/compiled_extensions/collections_.py:347–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345
346 @test_case
347 def difference(self):
348 for _ in range(2_500):
349 self.imp_1.difference(self.imp_2)
350 self.imp_1.difference(self.val2)
351
352 @test_case(number=250_000)
353 def sub(self):

Callers 12

test_differenceMethod · 0.95
test_basic_sanityMethod · 0.95
test_set_opsMethod · 0.45
test_set_comparisonsMethod · 0.45
_get_test_uowMethod · 0.45
_get_test_uowMethod · 0.45
test_differenceMethod · 0.45

Calls

no outgoing calls

Tested by 11

test_differenceMethod · 0.76
test_basic_sanityMethod · 0.76
test_set_opsMethod · 0.36
test_set_comparisonsMethod · 0.36
_get_test_uowMethod · 0.36
_get_test_uowMethod · 0.36
test_differenceMethod · 0.36