We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bed12 commit 7fe99b0Copy full SHA for 7fe99b0
1 file changed
tests/StackExchange.Redis.Benchmarks/CustomConfig.cs
@@ -22,10 +22,6 @@ public CustomConfig()
22
{
23
AddJob(Configure(Job.Default.WithRuntime(ClrRuntime.Net481)));
24
}
25
- else
26
- {
27
- AddJob(Configure(Job.Default.WithRuntime(MonoRuntime.Mono90)));
28
- }
29
AddJob(Configure(Job.Default.WithRuntime(CoreRuntime.Core80)));
30
31
0 commit comments