File: benchbuild.ys

package info (click to toggle)
yacas 1.3.6-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 7,176 kB
  • ctags: 3,520
  • sloc: cpp: 13,960; java: 12,602; sh: 11,401; makefile: 552; perl: 517; ansic: 381
file content (14 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


/*
*/
Echo({"Doing the Wester benchmark"});
ToFile("westerbench.html")Load("examples/benchmark.ys");

SystemCall("cp westerbench.html ../docs/");

Echo({"Doing some example calculations"});
ToFile("mybench2.html")Load("examples/benchmark2.ys");

SystemCall("cp mybench2.html ../docs/");