[benchmark] Equalize memory usage (w&w/o verbose)
The use of `--verbose` parameter was affecting the reported memory usage (`--memory`), because it front-loads initialization of string interpolation and printing.
By always computing the configuration string and always calling print, the baseline memory measurement no longer includes this constant overhead.