(self)
| 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') |