Updating the ScheduledEventBenchmark
- Renaming files from `Schedule...` to `Scheduled...` to match algorithm name. - Removed `ScheduledEvents` set every 5 seconds - Increased the every day `ScheduledEvents` from 200 to 600
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
@@ -161,7 +161,7 @@
|
||||
<None Include="Benchmarks\HistoryRequestBenchmark.py" />
|
||||
<None Include="Benchmarks\CoarseFineUniverseSelectionBenchmark.py" />
|
||||
<None Include="Benchmarks\IndicatorRibbonBenchmark.py" />
|
||||
<None Include="Benchmarks\ScheduleEventsBenchmark.py" />
|
||||
<None Include="Benchmarks\ScheduledEventsBenchmark.py" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Algorithm\QuantConnect.Algorithm.csproj">
|
||||
|
||||
Reference in New Issue
Block a user