aboutsummaryrefslogtreecommitdiff
path: root/pkg/bench/bench.cl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/bench/bench.cl
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/bench/bench.cl')
-rw-r--r--pkg/bench/bench.cl23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkg/bench/bench.cl b/pkg/bench/bench.cl
new file mode 100644
index 00000000..9a84da27
--- /dev/null
+++ b/pkg/bench/bench.cl
@@ -0,0 +1,23 @@
+images
+plot
+
+#{ BENCH -- Benchmarks package.
+
+package bench
+
+set bench = "pkg$bench/"
+
+task fortask = "bench$fortask.cl"
+task subproc = "bench$subproc.cl"
+task plots = "bench$plots.cl"
+
+task $ptime,
+ $getpar,
+ $wipc.bb,
+ $rrbin,
+ $rbin,
+ $wbin,
+ $rtext,
+ $wtext = "bench$x_bench.e"
+
+clbye()