tuned, following 7a1153c95bf9;
authorwenzelm
Thu, 22 Feb 2024 17:21:13 +0100
changeset 79703 1cd5888ec05f
parent 79702 611587256801
child 79704 512d701d0df9
tuned, following 7a1153c95bf9;
src/Pure/Build/build_schedule.scala
--- a/src/Pure/Build/build_schedule.scala	Thu Feb 22 16:31:58 2024 +0100
+++ b/src/Pure/Build/build_schedule.scala	Thu Feb 22 17:21:13 2024 +0100
@@ -1033,7 +1033,7 @@
     override def run(): Build.Results = {
       Build_Benchmark.benchmark_requirements(build_options)
 
-      if (build_context.jobs > 0) {
+      if (build_context.worker) {
         val benchmark_options = build_options.string.update("build_hostname", hostname)
         Build_Benchmark.benchmark(benchmark_options, progress)
       }