Changeset 7223
- Timestamp:
- Jun 19, 2009, 8:33:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py
r7221 r7223 79 79 elif host.find('cyclone') == 0: # cyclone headnode 80 80 time_standard = 13.3 81 mem_standard = 30204 81 mem_standard = 30204 82 82 #mem_standard = 29424 83 83 … … 98 98 mem_standard = 15000 #? 99 99 100 elif host.find('PC-32572') == 0: # Ross' Ubuntu box - nump trunk 101 time_standard = 12.8 102 mem_standard = 15788 #? 103 100 104 """ 101 105 test_fit_time_and_mem (__main__.Test_uq) ... very start mem_usage() 98076 … … 114 118 msg = ('Time used was %.1f s, standard is %.1f s +20%% (%.1f s)' 115 119 % (time, time_standard, int(time_standard*1.2))) 116 assert time < time_standard*1.2 120 assert time < time_standard*1.2, msg 117 121 118 122
Note: See TracChangeset
for help on using the changeset viewer.