Added global time format and log timing controls using LoggingConfiguration

* Bench doc fixes
* README fixes
* Added test scripts in `tests/`
This commit is contained in:
2025-07-19 18:51:28 -04:00
parent 44784130f9
commit 5db910ca14
8 changed files with 102 additions and 74 deletions

View File

@@ -41,9 +41,9 @@ summary
### TL;DR / What does this mean?
You can, *in theory* and *on average*, construct 650,000 messages per second.
You can, *in theory* and *on average*, construct 643,000 messages per second.
I don't know how to benchmark a logger without logging messages to stdout,<br>
so I created a dedicated `bench` function on each source that just *constructs* them.
Deferred is not really much faster, but can be helpful in some scenarios. I think. Maybe.
Deferred is not really much faster, but can be helpful in some scenarios.