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 536a28e commit 3fa0456Copy full SHA for 3fa0456
src/BenchmarkDotNet/Attributes/Columns/OperationsPerSecondAttribute.cs
@@ -0,0 +1,10 @@
1
+using BenchmarkDotNet.Columns;
2
+using JetBrains.Annotations;
3
+
4
+namespace BenchmarkDotNet.Attributes
5
+{
6
+ public class OperationsPerSecondAttribute : ColumnConfigBaseAttribute
7
+ {
8
+ public OperationsPerSecondAttribute() : base(StatisticColumn.OperationsPerSecond) { }
9
+ }
10
+}
0 commit comments