blob: 9a84da27719685d5a35e0954b1bbde850f25ce16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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()
|