unlike rust and go, zig has no out of the box benchmark testing built in but there are a handful of libraries that could fill the gap. to better understand the footprint json logging is expected to add a baseline benchmark that compares std.log.info with and without json logging would be helpful.
let's research the libraries available, pick one and add that benchmark test
unlike rust and go, zig has no out of the box benchmark testing built in but there are a handful of libraries that could fill the gap. to better understand the footprint json logging is expected to add a baseline benchmark that compares
std.log.info
with and without json logging would be helpful.let's research the libraries available, pick one and add that benchmark test
we'd like something that's