src/Benchmarks/ROOT
author wenzelm
Mon, 22 May 2017 00:23:25 +0200
changeset 65897 94b0da1b242e
parent 65573 0f3fdf689bf9
child 66946 3d8fd98c7c86
permissions -rw-r--r--
back to scala-2.11.8 due to apparent non-termination of HOL-Codegenerator_Test;

chapter HOL

session "HOL-Datatype_Benchmark" in Datatype_Benchmark = "HOL-Library" +
  description {*
    Big (co)datatypes.
  *}
  options [document = false]
  theories
    Brackin
    IsaFoR
    Misc_N2M

session "HOL-Quickcheck_Benchmark" in Quickcheck_Benchmark = "HOL-Library" +
  theories [quick_and_dirty]
    Find_Unused_Assms_Examples
    Needham_Schroeder_No_Attacker_Example
    Needham_Schroeder_Guided_Attacker_Example
    Needham_Schroeder_Unguided_Attacker_Example

session "HOL-Record_Benchmark" in Record_Benchmark = HOL +
  description {*
    Big records.
  *}
  options [document = false]
  theories
    Record_Benchmark