contour-terminal/termbench-pro

more deterministig results by caching payloads

christianparpart opened this issue · 0 comments

In order have the performance metrics more deterministic it would be nice if
tbp CLI supports caching the payload to be used in a local directory.

This would require a few more CLI commands.

  • cache clear
  • cache creation, based on random number generator
  • cache creation, based on a user-supplied text file to be used for the textual data.

It would be nice if not just the tbp executable gets this functionality but that we also expose
this text caching API in the library part.