Admin/Benchmarks/HOL-record/ROOT.ML
author wenzelm
Wed, 17 Aug 2011 20:08:36 +0200
changeset 44246 380a4677c55d
parent 38798 89f273ab1d42
child 44639 83dc04ccabd5
permissions -rw-r--r--
tuned signature;

(*  Title:      Admin/Benchmarks/HOL-record/ROOT.ML

Some benchmark on large record.
*)

val tests = ["RecordBenchmark"];

timing := true;

warning "\nset quick_and_dirty\n"; quick_and_dirty := true;
use_thys tests;

warning "\nreset quick_and_dirty\n"; quick_and_dirty := false;
use_thys tests;