MCPcopy Index your code
hub / github.com/apache/dubbo-python2 / test_performance

Method test_performance

tests/dubbo_test.py:118–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116
117 # @unittest.skip('skip performance test')
118 def test_performance(self):
119 for i in xrange(10):
120 self.dubbo.call('echo18')
121
122 def test_auto_rule(self):
123 dubbo_cli = DubboClient('com.qianmi.common.autorule.api.WarehouseProvider', host='172.21.36.82:20880')

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected