swift
0bdd3ef2 - [benchmark] Equalize memory usage (w&w/o verbose)

Commit
6 years ago
[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.
Author
Committer
Parents
Loading