Skip to content

Commit

Permalink
The create suite command now should reference the entire folder rathe…
Browse files Browse the repository at this point in the history
…r than a single corerun.exe
  • Loading branch information
mrsharm committed Aug 23, 2023
1 parent 6bac308 commit 53ea22c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ internal static string CreateASPNetBenchmarkSuite(InputConfiguration inputConfig
{
configuration.Runs.Add(r.Key, new Core.Configurations.ASPNetBenchmarks.Run
{
corerun = r.Value.Path,
corerun = Directory.GetParent(r.Value.Path).FullName,
environment_variables = r.Value.environment_variables,
});
}
Expand Down

0 comments on commit 53ea22c

Please sign in to comment.