tuned: afford untyped/unscoped update;
authorwenzelm
Sat, 17 Feb 2024 21:28:28 +0100
changeset 79657 cff4576218fa
parent 79656 10e560f2f580
child 79658 5d77df3d30d1
tuned: afford untyped/unscoped update;
src/Pure/Build/build_benchmark.scala
--- a/src/Pure/Build/build_benchmark.scala	Sat Feb 17 21:26:00 2024 +0100
+++ b/src/Pure/Build/build_benchmark.scala	Sat Feb 17 21:28:28 2024 +0100
@@ -43,7 +43,7 @@
 
         progress.echo("Starting benchmark ...")
         val selection = Sessions.Selection(sessions = List(benchmark_session))
-        val full_sessions = Sessions.load_structure(options.int.update("threads", 1))
+        val full_sessions = Sessions.load_structure(options + "threads=1")
 
         val build_deps = Sessions.deps(full_sessions.selection(selection)).check_errors
         val build_context = Build.Context(store, build_deps, jobs = 1)