MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / do_task

Method do_task

test/performance/perf_test.py:335–338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

333 self.client.drop_database("perftest")
334
335 def do_task(self):
336 command = self.client.perftest.command
337 for _ in range(NUM_DOCS):
338 command("hello", True)
339
340
341class TestRunCommand8Threads(TestRunCommand):

Callers

nothing calls this directly

Calls 1

commandFunction · 0.50

Tested by

no test coverage detected