This commit is contained in:
the-themis-benchmarks 2021-06-04 19:26:42 -07:00
parent 1c9a311a6f
commit 89b49600a0
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ if __name__ == '__main__':
ap.add_argument('--avd', type=str, dest='avd_name', help="the device name")
ap.add_argument('--apk', type=str, dest='apk')
ap.add_argument('-n', type=int, dest='number_of_devices', default=1,
help="number of emulators created for testing, by default: 1")
help="number of emulators created for testing, default: 1")
ap.add_argument('--apk-list', type=str, dest='apk_list', help="list of apks under test")
ap.add_argument('-o', required=True, help="output dir")
ap.add_argument('--time', type=str, default='6h', help="the fuzzing time in hours (e.g., 6h), minutes (e.g., 6m),"