change benchmark session to FOLP-ex (faster and less mean squared error than ZF-Constructible);
authorFabian Huch <huch@in.tum.de>
Fri, 15 Mar 2024 17:57:03 +0100
changeset 79899 c73a36081b1c
parent 79898 db9a45e05b5b
child 79900 8f0ff2847ba8
child 79905 1f509d01c9e3
change benchmark session to FOLP-ex (faster and less mean squared error than ZF-Constructible);
src/Pure/Build/build_benchmark.scala
--- a/src/Pure/Build/build_benchmark.scala	Thu Mar 14 18:08:42 2024 +0100
+++ b/src/Pure/Build/build_benchmark.scala	Fri Mar 15 17:57:03 2024 +0100
@@ -10,9 +10,8 @@
 object Build_Benchmark {
   /* benchmark */
 
-  // ZF-Constructible as representative benchmark session with
-  // short build time and requirements
-  val benchmark_session = "ZF-Constructible"
+  // representative benchmark session with short build time and requirements
+  val benchmark_session = "FOLP-ex"
 
   def benchmark_command(
     host: Build_Cluster.Host,