Changes between Version 24 and Version 25 of Testing
- Timestamp:
- 04/28/15 22:20:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Testing
v24 v25 71 71 In the above example, test_measure_perf is run twice, using a config class named "all_tests_40.py", and outputting the results to data files using the prefix "all_tests_40", for version 14, repetition 1 and 2. 72 72 73 The additional argument "14", is a custom parameter which will be written to the "Custom Params" column in the corresponding data files. 74 75 76 73 The optional arguments "1 14" and "2 14" pass the rep and label values into the script which will store them in the "Custom Params" column of the data. 77 74 }}} 78 75