aboutsummaryrefslogtreecommitdiff
path: root/pkg/bench/bench.cl
diff options
context:
space:
mode:
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()