未验证 提交 ea1ba7ed 编写于 作者: T Tomas Grosup 提交者: GitHub

BDN config option - ignore that Test.Utilities is not optimized (#15038)

上级 c5ef51f7
......@@ -4,5 +4,6 @@ open BenchmarkDotNet.Configs
[<EntryPoint>]
let main args =
BenchmarkSwitcher.FromAssembly(typeof<DecentlySizedStandAloneFileBenchmark>.Assembly).Run(args) |> ignore
let cfg = ManualConfig.Create(DefaultConfig.Instance).WithOptions(ConfigOptions.DisableOptimizationsValidator)
BenchmarkSwitcher.FromAssembly(typeof<DecentlySizedStandAloneFileBenchmark>.Assembly).Run(args,cfg) |> ignore
0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册