Skip to content

Commit

Permalink
fix: VolSma perf test (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Dec 20, 2021
1 parent 697d9ec commit 3b88333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/performance/Perf.Indicators.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using Internal.Tests;
Expand Down Expand Up @@ -535,6 +536,7 @@ public object GetVolatilityStop()
}

[Benchmark]
[Obsolete("Use GetVol() instead.")]
public object GetVolSma()
{
return h.GetVolSma(14);
Expand Down

0 comments on commit 3b88333

Please sign in to comment.