Skip to content

Commit

Permalink
Rm num_samples & num_reports from summary_format
Browse files Browse the repository at this point in the history
These variables are still available for users who provide a custom
summary_format

Fixes #188
  • Loading branch information
asmacdo committed Oct 9, 2024
1 parent af1167d commit 1063e5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/con_duct/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from typing import IO, Any, Optional, TextIO

__version__ = "0.5.0"
__schema_version__ = "0.1.1"
__schema_version__ = "0.2.1"


lgr = logging.getLogger("con-duct")
Expand All @@ -49,8 +49,6 @@
"Memory Average Percentage: {average_pmem!N}%\n"
"CPU Peak Usage: {peak_pcpu!N}%\n"
"Average CPU Usage: {average_pcpu!N}%\n"
"Samples Collected: {num_samples!X}\n"
"Reports Written: {num_reports!X}\n"
)


Expand Down

0 comments on commit 1063e5a

Please sign in to comment.