This commit is contained in:
yanchunhuo 2019-09-17 15:40:45 +08:00
parent ce779454f4
commit 1d3c0f8bba
7 changed files with 8 additions and 0 deletions

View File

View File

View File

View File

View File

8
run_performance_test.py Normal file
View File

@ -0,0 +1,8 @@
#-*- coding:utf8 -*-
from init.init import init
import argparse
import pytest
import sys
if __name__=='__main__':
pass

View File