tuned comments;
authorwenzelm
Fri, 16 Feb 2024 10:45:24 +0100
changeset 79625 96bfb554b216
parent 79624 8e97d1fcbbc2
child 79626 73b8ac4b0492
tuned comments;
src/Pure/Build/build_benchmark.scala
--- a/src/Pure/Build/build_benchmark.scala	Fri Feb 16 10:31:50 2024 +0100
+++ b/src/Pure/Build/build_benchmark.scala	Fri Feb 16 10:45:24 2024 +0100
@@ -8,8 +8,10 @@
 
 
 object Build_Benchmark {
-  /* ZF-Constructible as representative benchmark session with short build time and requirements */
+  /* benchmark */
 
+  // ZF-Constructible as representative benchmark session with
+  // short build time and requirements
   val benchmark_session = "ZF-Constructible"
 
   def benchmark_command(
@@ -103,6 +105,9 @@
     }
   }
 
+
+  /* Isabelle tool wrapper */
+
   val isabelle_tool = Isabelle_Tool("build_benchmark", "run benchmark for build process",
     Scala_Project.here,
     { args =>