Skip to content

Commit cfa3c65

Browse files
committed
Minor changes
1 parent 8eaceea commit cfa3c65

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/perf_tests/BaselineComparisonConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public BaselineComparisonConfig()
2424
.WithLaunchCount(1)
2525
.WithWarmupCount(3)
2626
.WithMaxIterationCount(100)
27-
.WithIterationTime(BenchmarkDotNet.Horology.TimeInterval.FromMilliseconds(100));
27+
.WithIterationTime(TimeInterval.FromMilliseconds(100));
2828
this.Add(baseJob
2929
.WithId("baseline")
3030
.WithEnvironmentVariable(EnvironmentVariableName,

src/perf_tests/Python.PerformanceTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<PackageReference Include="quantconnect.pythonnet" Version="2.0.18" GeneratePathProperty="true">
1717
<IncludeAssets>compile</IncludeAssets>
1818
</PackageReference>
19-
<PackageReference Include="Perfolizer" Version="0.3.4" />
2019
</ItemGroup>
2120

2221
<Target Name="GetRuntimeLibBuildOutput" BeforeTargets="Build">

src/runtime/Python.Runtime.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@
6565

6666
<ItemGroup>
6767
<PackageReference Include="fasterflect" Version="3.0.0" />
68-
<PackageReference Include="Perfolizer" Version="0.3.4" />
6968
</ItemGroup>
7069
</Project>

0 commit comments

Comments
 (0)