Skip to content

Commit 7fe99b0

Browse files
committed
limit netfx to windows
1 parent 24bed12 commit 7fe99b0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/StackExchange.Redis.Benchmarks/CustomConfig.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ public CustomConfig()
2222
{
2323
AddJob(Configure(Job.Default.WithRuntime(ClrRuntime.Net481)));
2424
}
25-
else
26-
{
27-
AddJob(Configure(Job.Default.WithRuntime(MonoRuntime.Mono90)));
28-
}
2925
AddJob(Configure(Job.Default.WithRuntime(CoreRuntime.Core80)));
3026
}
3127
}

0 commit comments

Comments
 (0)