Searched refs:job_size (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/tools/tests/perf_index/ |
| H A D | test_controller.py | 19 def main(num_clients, test_type, num_threads, job_size, args): argument 27 msg = "\0".join(["%s\0%d\0%d" % (test_type, num_threads, job_size)] + args) + "\0\0" 60 job_size = int(sys.argv[4]) variable 65 print(main(num_clients, test_type, num_threads, job_size, args))
|