merged
authorwenzelm
Fri, 03 Nov 2023 10:55:15 +0100
changeset 78889 88eb92a52f9b
parent 78887 6996a20a1b7c (diff)
parent 78888 95bbf9a576b3 (current diff)
child 78890 d8045bc0544e
child 78891 76d1382d6077
merged
--- a/src/Pure/System/benchmark.scala	Fri Nov 03 10:30:51 2023 +0100
+++ b/src/Pure/System/benchmark.scala	Fri Nov 03 10:55:15 2023 +0100
@@ -16,8 +16,7 @@
   ): String = {
     val options = Options.Spec("build_hostname", Some(host.name)) :: host.options
     ssh.bash_path(isabelle_home + Path.explode("bin/isabelle")) + " benchmark" +
-      options.map(opt => " -o " + Bash.string(opt.print)).mkString +
-      " " + Bash.string(host.name)
+      options.map(opt => " -o " + Bash.string(opt.print)).mkString
   }
 
   def benchmark(options: Options, progress: Progress = new Progress()): Unit = {