From 5f0f80459b59d63c6531e33712f3754cd94bde75 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Mon, 22 Aug 2011 17:03:23 -0400 Subject: Oops, uncomment other benchmark tests --- benchmark.py | 6 +++--- 1 file 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)) -- cgit