Skip to content

Commit

Permalink
Add OperationsPerSecondAttribute (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer committed Nov 22, 2023
1 parent 536a28e commit 3fa0456
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
using BenchmarkDotNet.Columns;
using JetBrains.Annotations;

namespace BenchmarkDotNet.Attributes
{
public class OperationsPerSecondAttribute : ColumnConfigBaseAttribute
{
public OperationsPerSecondAttribute() : base(StatisticColumn.OperationsPerSecond) { }
}
}

0 comments on commit 3fa0456

Please sign in to comment.