Ignore:
Timestamp:
Jun 22, 2009, 9:26:35 AM (16 years ago)
Author:
rwilson
Message:

Hunting down memory usage strangeness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py

    r7222 r7240  
    118118        msg = ('Time used was %.1f s, standard is %.1f s +20%% (%.1f s)'
    119119               % (time, time_standard, int(time_standard*1.2)))
     120        #print msg
    120121        assert time < time_standard*1.2, msg
    121122
     
    135136        msg = ('Memory used was %d KiB, standard is %d KiB +20%% (%d KiB)'
    136137               % (mem, mem_standard, int(mem_standard*1.2)))
     138        #print msg
    137139        assert mem < mem_standard*1.2, msg           
    138140           
Note: See TracChangeset for help on using the changeset viewer.