benchmark: add an helper to cache perf benchmark result
Some commands of the `perf` extensions returns multiple value. Running the command multiple time would be quite slow. We add a way to reuse data from the same run from multiple `track_xxx` method.
Please register or sign in to comment