dotnet / BenchmarkDotNet

Powerful .NET library for benchmarking
https://benchmarkdotnet.org
MIT License
10.4k stars 957 forks source link

[FeatureRequest] Summary: data from Analyzers. #324

Open ig-sinicyn opened 7 years ago

ig-sinicyn commented 7 years ago

Subj:)

Real-world scenario: I have some values that are determined during analysis pass and I want to include them into summary table. Current implementation initializes the table immediately after benchmark run so there's no way to pass the values from the analyzer.

So far there are two options I thought about:

NB I'll be satisfied with any another solution, these two are just an example.

AndreyAkinshin commented 7 years ago

Makes sense to me, will be implemented.