src/Benchmarks/ROOT
author wenzelm
Fri, 05 Apr 2019 17:05:32 +0200
changeset 70067 9b34dbeb1103
parent 69319 baccaf89ca0d
permissions -rw-r--r--
auxiliary operation for common uses of 'compile_generated_files';

chapter HOL

session "HOL-Datatype_Benchmark" in Datatype_Benchmark = "HOL-Library" +
  description "
    Big (co)datatypes.
  "
  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.
  "
  theories
    Record_Benchmark