Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to read tick-by-tick with StartReadingAsync and MoveNextAsync #32

Merged
merged 8 commits into from
Dec 30, 2023

Conversation

saul
Copy link
Owner

@saul saul commented Dec 24, 2023

Fixes #22

@saul saul changed the title Added ability to read tick-by-tick with DemoParser.StartReadingAsync and DemoParser.MoveNextAsync Added ability to read tick-by-tick with StartReadingAsync and MoveNextAsync Dec 24, 2023
This was referenced Dec 24, 2023
Copy link

github-actions bot commented Dec 24, 2023


BenchmarkDotNet v0.13.9+228a464e8be6c580ad9408e98f18813f6407fb5a, Ubuntu 22.04.3 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.100
  [Host]     : .NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX2
  Job-RBMSHU : .NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX2
  Job-ODOOPH : .NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX2

InvocationCount=1  MaxIterationCount=16  UnrollFactor=1  
WarmupCount=1  

Method Job Arguments Mean Error StdDev Ratio RatioSD Gen0 Gen1 Allocated Alloc Ratio
ParseDemo Job-RBMSHU /p:Baseline=true NA NA NA ? ? NA NA NA ?
ParseDemo Job-ODOOPH Default 2.236 s 0.0111 s 0.0093 s ? ? 6000.0000 1000.0000 583.87 MB ?

Benchmarks with issues:
DemoParserBenchmark.ParseDemo: Job-RBMSHU(Arguments=/p:Baseline=true, InvocationCount=1, MaxIterationCount=16, UnrollFactor=1, WarmupCount=1)

@saul saul changed the title Added ability to read tick-by-tick with StartReadingAsync and MoveNextAsync Add ability to read tick-by-tick with StartReadingAsync and MoveNextAsync Dec 30, 2023
@saul saul merged commit a8ebd84 into main Dec 30, 2023
2 checks passed
@saul saul deleted the tick-step branch December 30, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usage from real-time application
1 participant