mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
volume indicators
This commit is contained in:
+4
-1
@@ -1,6 +1,7 @@
|
||||
using BenchmarkDotNet.Attributes;
|
||||
using BenchmarkDotNet.Columns;
|
||||
using BenchmarkDotNet.Configs;
|
||||
using BenchmarkDotNet.Environments;
|
||||
using BenchmarkDotNet.Jobs;
|
||||
using BenchmarkDotNet.Running;
|
||||
using QuanTAlib;
|
||||
@@ -20,7 +21,9 @@ public static class Program
|
||||
{
|
||||
// Run: dotnet run -c Release -- --filter *Sma* *Ema* *Wma*
|
||||
var config = ManualConfig.Create(DefaultConfig.Instance)
|
||||
.AddJob(Job.ShortRun.WithId("NET10-JIT"))
|
||||
.AddJob(Job.ShortRun
|
||||
.WithRuntime(CoreRuntime.Core10_0)
|
||||
.WithId("NET10-JIT"))
|
||||
.AddColumn(StatisticColumn.Mean)
|
||||
.AddColumn(StatisticColumn.StdDev)
|
||||
.HideColumns(Column.Job, Column.Error, Column.RatioSD);
|
||||
|
||||
+1
-1
@@ -23,6 +23,6 @@
|
||||
<PackageReference Include="TALib.NETCore" Version="0.5.0" />
|
||||
|
||||
<!-- Benchmarking -->
|
||||
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
|
||||
<PackageReference Include="BenchmarkDotNet" Version="0.15.3" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user