--- 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)