diff options
author | Stan Seibert <stan@mtrr.org> | 2011-08-22 17:03:23 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-08-22 17:03:23 -0400 |
commit | 5f0f80459b59d63c6531e33712f3754cd94bde75 (patch) | |
tree | 95367fed9e3d79d47609f474340d745553b42850 | |
parent | da9db9170ac819ebcc1692a9c1870a31d09b2327 (diff) | |
download | chroma-5f0f80459b59d63c6531e33712f3754cd94bde75.tar.gz chroma-5f0f80459b59d63c6531e33712f3754cd94bde75.tar.bz2 chroma-5f0f80459b59d63c6531e33712f3754cd94bde75.zip |
Oops, uncomment other benchmark tests
-rwxr-xr-x | benchmark.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark.py b/benchmark.py index 7988399..4c46a1f 100755 --- a/benchmark.py +++ b/benchmark.py @@ -186,7 +186,7 @@ if __name__ == '__main__': gpu = GPU() gpu.load_geometry(lbne, print_usage=False) - #print '%s track steps/s' % ray_trace(gpu) - #print '%s loaded photons/s' % load_photons(gpu) - #print '%s propagated photons/s' % propagate(gpu) + print '%s track steps/s' % ray_trace(gpu) + print '%s loaded photons/s' % load_photons(gpu) + print '%s propagated photons/s' % propagate(gpu) print '%s histogrammed 100 MeV events/s' % pdf(gpu, max(lbne.pmtids)) |