Changeset 7802


Ignore:
Timestamp:
Jun 7, 2010, 3:28:53 PM (14 years ago)
Author:
hudson
Message:

Added James' laptop to profiling benchmark.

File:
1 edited

Legend:

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

    r7795 r7802  
    6060        # On UNIX platforms, you can find the name by using the command
    6161        # hostname
    62         expected_results = {'tornado':    (10.8, 40468),  # tornado headnode
    63                             'cyclone':    (7.4,  40468),  # cyclone headnode
    64                             'compute':    (10.8, 40468),  # cluster computenode
    65                             'nautilus':   (8.1,  16104),  # Ole's 32bit Ubuntu
    66                             'bogong':     (14.2, 30000),  # ANU?
    67                             'pc-31569':   (31.6, 15000),  # DSG's PC?
    68                             'pc-32572':   (12.8, 15788),  # Ross' 32bit work Ubuntu
    69                             'saturn':     (12.8, 39404),  # Ross' 64bit home Ubuntu
    70                             'desktop':    (27.0, 30000),   # Ole's 32 bit home Ubuntu (old)
    71                             'ole-laptop': (60.0, 30000)   # Ole's EEE Ubuntu netbook (900 MHz)
     62        expected_results = {'tornado':      (10.8, 40468),  # tornado headnode
     63                            'cyclone':      (7.4,  40468),  # cyclone headnode
     64                            'compute':      (10.8, 40468),  # cluster computenode
     65                            'nautilus':     (8.1,  16104),  # Ole's 32bit Ubuntu
     66                            'bogong':       (14.2, 30000),  # ANU?
     67                            'pc-31569':     (31.6, 15000),  # DSG's PC?
     68                            'pc-32572':     (12.8, 15788),  # Ross' 32bit work Ubuntu
     69                            'saturn':       (12.8, 39404),  # Ross' 64bit home Ubuntu
     70                            'desktop':      (27.0, 30000),   # Ole's 32 bit home Ubuntu (old)
     71                            'ole-laptop':   (60.0, 30000)   # Ole's EEE Ubuntu netbook (900 MHz)
     72                            'james-laptop': (45.0, 30000)   # Ole's EEE Ubuntu netbook (900 MHz)                           
    7273                           }
    7374
Note: See TracChangeset for help on using the changeset viewer.