Replies: 2 comments
-
sounds good! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Proposal has been accepted and moved over to new issue 45. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We discussed the need to do controlled performance benchmarking to measure the overheads of L3-logging in comparison to other schemes such as:
fprintf()
to some output file, with or w/offlush()
l3_init()
falls-back tofopen()
specified file. And thenl3_log_simple()
defaults to a simplefprintf()
I think trying to maintain all scripts, drivers to do these kinds of performance-benchmarking experiments in core L3 repo-sources will become difficult.
Proposal
main-perf-bm
which will be cut-off of/main
.client-server-msgs-perf
sources will be implemented in this branch.spdlog
repo in this dev-branch, to simplify integration of that library withclient-server-msgs-perf
programs.@gregthelaw -- Let me know if this scheme works for you and any issues you see with this scheme.
If agreeable, I can start working on this dev-branch to start building out the perf-bm tooling.
Beta Was this translation helpful? Give feedback.
All reactions