Skip to content

Commit d1b2760

Browse files
committed
[benchmarks] pass RTS options to the real thing!
We were passing RTS options to the wrong thing
1 parent 2bb631c commit d1b2760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghcide/bench/hist/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ benchGhcide samples buildSystem args BenchProject{..} = do
146146
"--samples=" <> show samples,
147147
"--csv=" <> outcsv,
148148
"--ghcide=" <> exePath,
149+
"--ghcide-options=" <> unwords exeExtraArgs,
149150
"--select",
150151
unescaped (unescapeExperiment experiment)
151152
] ++
152153
exampleToOptions example ++
153154
[ "--stack" | Stack == buildSystem
154-
] ++
155-
exeExtraArgs
155+
]
156156

0 commit comments

Comments
 (0)