From 2fc2904e9d4f1fe940d58c1a9e5a017e13f110a9 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 31 Jan 2003 17:13:18 +0000 Subject: [PATCH] r3898: *** empty log message *** --- benchmarks/composite-test | 11 +++++++++++ benchmarks/results | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100755 benchmarks/composite-test create mode 100644 benchmarks/results diff --git a/benchmarks/composite-test b/benchmarks/composite-test new file mode 100755 index 0000000..78a0dcc --- /dev/null +++ b/benchmarks/composite-test @@ -0,0 +1,11 @@ +#!/bin/bash + +DIR= + +TIME=/usr/bin/time + +${DIR}ctsimtext phm2if /dev/null 768 768 --phantom herman --nsample 3 +${DIR}ctsimtext phm2pj ~/t.pj 900 900 --phantom herman --geometry parallel --nray 2 +${DIR}ctsimtext pjrec ~/t.pj ~/t.if 768 768 +rm ~/t.pj +rm ~/t.if diff --git a/benchmarks/results b/benchmarks/results new file mode 100644 index 0000000..11c2d01 --- /dev/null +++ b/benchmarks/results @@ -0,0 +1,12 @@ +Composite Test +============== + +Pentium 4 2.8GHz: + 20.1s (i386) + 14.3s (Pentium 4) +28% Speedup + +Athlon MP 1800+ + (i386) + (Athlon) +% Speedup -- 2.34.1