Changeset 4880


Ignore:
Timestamp:
Dec 10, 2007, 9:12:44 PM (16 years ago)
Author:
steve
Message:

Added bogong to validate benchmark fit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py

    r4873 r4880  
    6464            self.assert_(mem<mem_standard*1.2)
    6565
     66        elif host.find('bogong') == 0:
     67            time_standard = 14.2
     68            self.assert_(time<time_standard*1.2)
     69            mem_standard = 21008
     70            self.assert_(mem<mem_standard*1.2)           
     71
    6672        elif host.find('pc-31569') == 0: # DSG's PC
    6773            time_standard = 31.6
Note: See TracChangeset for help on using the changeset viewer.