MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / do_task

Method do_task

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

Source from the content-addressed store, hash-verified

645 self.client.perftest.command({"create": "corpus"})
646
647 def do_task(self):
648 self.mp_map(insert_json_file, self.files)
649
650 def after(self):
651 self.corpus.drop()

Callers

nothing calls this directly

Calls 1

mp_mapMethod · 0.80

Tested by

no test coverage detected