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

[Not for Merging] Benchmarking Process.Refresh(). #717

Closed
wants to merge 3 commits into from

Conversation

Yun-Ting
Copy link
Contributor

@Yun-Ting Yun-Ting commented Oct 19, 2022

// * Summary *

BenchmarkDotNet=v0.13.2, OS=Windows 10 (10.0.19044.2130/21H2/November2021Update)
Intel Xeon CPU E5-1650 v4 3.60GHz, 1 CPU, 12 logical and 6 physical cores
.NET SDK=7.0.100-preview.6.22352.1
[Host] : .NET 6.0.10 (6.0.1022.47605), X64 RyuJIT AVX2
DefaultJob : .NET 6.0.10 (6.0.1022.47605), X64 RyuJIT AVX2

Method Mean Error StdDev Gen0 Allocated
RefreshOnce 4.010 us 0.0786 us 0.0905 us 0.6485 5 KB
RefreshEachCallbackWithLock 3.998 us 0.0666 us 0.0591 us 0.6485 5 KB
CreateNewProcessInstanceOnEachCallback 4.079 us 0.0756 us 0.0670 us 0.6485 5 KB

@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #717 (069edbe) into main (018e124) will increase coverage by 0.04%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #717      +/-   ##
==========================================
+ Coverage   77.66%   77.70%   +0.04%     
==========================================
  Files         175      175              
  Lines        5310     5333      +23     
==========================================
+ Hits         4124     4144      +20     
- Misses       1186     1189       +3     
Impacted Files Coverage Δ
...ounters/EventCountersInstrumentationEventSource.cs 0.00% <ø> (-27.28%) ⬇️
...entCounters/EventCountersInstrumentationOptions.cs 100.00% <ø> (ø)
...trumentation.EventCounters/EventCountersMetrics.cs 77.58% <0.00%> (-5.18%) ⬇️
...on.EventCounters/MeterProviderBuilderExtensions.cs 100.00% <ø> (ø)
...ry.Exporter.Geneva/Metrics/GenevaMetricExporter.cs 58.09% <0.00%> (-2.91%) ⬇️
...Telemetry.Exporter.Geneva/GenevaExporterOptions.cs 91.89% <0.00%> (+0.22%) ⬆️
...orter.Geneva/MsgPackExporter/MsgPackLogExporter.cs 94.06% <0.00%> (+6.12%) ⬆️

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.

6 participants