File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121namespace Perf
2222{
23- partial class Benchmark
23+ partial class CommandBenchmark
2424 {
2525 [ GlobalSetup ( Target = nameof ( Execute ) ) ]
2626 public void ExecuteGlobalSetup ( )
Original file line number Diff line number Diff line change 2020
2121namespace Perf
2222{
23- partial class Benchmark
23+ partial class CommandBenchmark
2424 {
2525 [ GlobalSetup ( Target = nameof ( Fetch ) ) ]
2626 public void FetchGlobalSetup ( )
Original file line number Diff line number Diff line change 2626namespace Perf
2727{
2828 [ Config ( typeof ( Config ) ) ]
29- public partial class Benchmark
29+ public partial class CommandBenchmark
3030 {
3131 class Config : ManualConfig
3232 {
3333 public Config ( )
3434 {
35- var baseJob = Job . ShortRun
35+ var baseJob = Job . Default
3636 . With ( CsProjCoreToolchain . Current . Value )
3737 . With ( Platform . X64 )
3838 . With ( Jit . RyuJit )
You can’t perform that action at this time.
0 commit comments