Admin/Benchmarks/HOL-record/ROOT.ML
author bulwahn
Tue, 05 Apr 2011 09:38:23 +0200
changeset 42230 594480d25aaa
parent 38798 89f273ab1d42
child 44639 83dc04ccabd5
permissions -rw-r--r--
deriving bounded_forall instances in quickcheck_exhaustive

(*  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;