Skip to content

Conversation

@cijothomas
Copy link
Member

@cijothomas cijothomas commented Jul 27, 2022

While running:
image

When finished:
image

@cijothomas cijothomas requested a review from a team July 27, 2022 19:34
@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #3496 (d4fbad4) into main (44ac86c) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3496      +/-   ##
==========================================
+ Coverage   86.28%   86.33%   +0.05%     
==========================================
  Files         270      270              
  Lines        9865     9865              
==========================================
+ Hits         8512     8517       +5     
+ Misses       1353     1348       -5     
Impacted Files Coverage Δ
...ZPages/Implementation/ZPagesExporterEventSource.cs 56.25% <0.00%> (-6.25%) ⬇️
...metryProtocol/Implementation/ActivityExtensions.cs 95.60% <0.00%> (+1.09%) ⬆️
src/OpenTelemetry/Logs/OpenTelemetryLogger.cs 91.11% <0.00%> (+4.44%) ⬆️
src/OpenTelemetry.Api/BaseProvider.cs 100.00% <0.00%> (+33.33%) ⬆️

var cntCpuCyclesTotal = GetCpuCycles();
var cpuCyclesPerLoopTotal = cntLoopsTotal == 0 ? 0 : cntCpuCyclesTotal / cntLoopsTotal;
Console.WriteLine("Stopping the stress test...");
Console.WriteLine($"* Total Runaway Time (seconds) {watchForTotal.Elapsed.TotalSeconds:n0}");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Total Running Time" instead of "Total Runaway Time"?

@cijothomas cijothomas merged commit f9ed304 into open-telemetry:main Jul 27, 2022
@cijothomas cijothomas deleted the cijothomas/stresstestnits branch July 27, 2022 21:52
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.

3 participants