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 d6dba41 commit 6c96514Copy full SHA for 6c96514
BitFaster.Caching.Benchmarks/TimeBenchmarks.cs
@@ -10,6 +10,7 @@ namespace BitFaster.Caching.Benchmarks
10
[DisassemblyDiagnoser(printSource: true, maxDepth: 5)]
11
[SimpleJob(RuntimeMoniker.Net48)]
12
#endif
13
+ [SimpleJob(RuntimeMoniker.Net60)]
14
[SimpleJob(RuntimeMoniker.Net90)]
15
[HideColumns("Job", "Median", "RatioSD", "Alloc Ratio")]
16
public class TimeBenchmarks
0 commit comments