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

feat: Switching SteppingLogger to sterile when no output requested #746

Conversation

asalzburger
Copy link
Contributor

This PR switches the SteppingLogger to sterile when no persistent output is requested in the PropgationExample. This aides the time measurement of the propagation, as otherwise the getSharedPtr(...) within the logger is a signficant factor.

@asalzburger asalzburger added Component - Examples Affects the Examples module Feature Development to integrate a new feature labels Mar 11, 2021
@asalzburger asalzburger added this to the next milestone Mar 11, 2021
@asalzburger asalzburger self-assigned this Mar 11, 2021
@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #746 (12bd35c) into master (4b3509d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #746   +/-   ##
=======================================
  Coverage   48.86%   48.86%           
=======================================
  Files         325      325           
  Lines       16682    16682           
  Branches     7791     7791           
=======================================
  Hits         8151     8151           
  Misses       3061     3061           
  Partials     5470     5470           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b3509d...12bd35c. Read the comment docs.

Copy link
Member

@paulgessinger paulgessinger left a comment

Choose a reason for hiding this comment

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

Good idea!

@asalzburger asalzburger merged commit e705d2f into acts-project:master Mar 14, 2021
@asalzburger asalzburger deleted the feat-switch-stepping-logger-off-conditionally branch March 14, 2021 17:01
@paulgessinger paulgessinger modified the milestones: next, v7.0.0 Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module Feature Development to integrate a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants