Lean
Lean copied to clipboard
Feature net10 update
Description
- Feature net10 update
EmptyMinute400EquityBenchmark SetStartDate(2015, 9, 1); SetEndDate(2016, 6, 15);
MASTER
35.91 seconds at 1417k data points per second. Processing total of 50,883,875 data points.
35.09 seconds at 1450k data points per second. Processing total of 50,883,875 data points.
34.12 seconds at 1491k data points per second. Processing total of 50,883,875 data points.
36.09 seconds at 1410k data points per second. Processing total of 50,883,875 data points.
34.89 seconds at 1458k data points per second. Processing total of 50,883,875 data points.
Net 10 ~5-10% faster
33.51 seconds at 1518k data points per second. Processing total of 50,883,875 data points.
32.83 seconds at 1550k data points per second. Processing total of 50,883,875 data points.
33.71 seconds at 1509k data points per second. Processing total of 50,883,875 data points.
33.45 seconds at 1521k data points per second. Processing total of 50,883,875 data points
33.10 seconds at 1537k data points per second. Processing total of 50,883,875 data points.
Related Issue
N/A
Motivation and Context
N/A
Requires Documentation Change
N/A
How Has This Been Tested?
N/A
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Refactor (non-breaking change which improves implementation)
- [ ] Performance (non-breaking change which improves performance. Please add associated performance test and results)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Non-functional change (xml comments/documentation/etc)
Checklist:
- [x] My code follows the code style of this project.
- [x] I have read the CONTRIBUTING document.
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
- [x] My branch follows the naming convention
bug-<issue#>-<description>orfeature-<issue#>-<description>