MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / run

Method run

benchmarks/sync.py:22–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20class Runner(BenchmarkThread):
21
22 def run(self):
23 self.start_profile()
24
25 for _ in range(self.num_queries):
26 self.session.execute(self.query, self.values)
27
28 self.finish_profile()
29
30
31if __name__ == "__main__":

Callers

nothing calls this directly

Calls 3

start_profileMethod · 0.80
finish_profileMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected