tuned;
authorwenzelm
Sat, 17 Feb 2024 15:00:46 +0100
changeset 79641 bc6033faa229
parent 79640 7a2b86a48be0
child 79642 1b0668acf319
tuned;
src/Pure/Build/build_benchmark.scala
--- a/src/Pure/Build/build_benchmark.scala	Sat Feb 17 14:59:34 2024 +0100
+++ b/src/Pure/Build/build_benchmark.scala	Sat Feb 17 15:00:46 2024 +0100
@@ -24,7 +24,7 @@
       Options.Spec.bash_strings(options, bg = true)
   }
 
-  def benchmark_requirements(options: Options, progress: Progress = new Progress()): Unit = {
+  def benchmark_requirements(options: Options, progress: Progress = new Progress): Unit = {
     val res =
       Build.build(
         options.string.update("build_engine", Build.Default_Engine.name),
@@ -33,7 +33,7 @@
     if (!res.ok) error("Failed building requirements")
   }
 
-  def benchmark(options: Options, progress: Progress = new Progress()): Unit = {
+  def benchmark(options: Options, progress: Progress = new Progress): Unit = {
     val hostname = options.string("build_hostname")
     val store = Store(options)