benchtable is a Node module that adds ASCII looks to performance tables.
benchtable doesn’t provide benchmark functionality — nor does it create tables by itself; it’s done by benchmark.js and cli-table.
However, benchtable provides an easy to use way of testing separate functions and comparing their efficiency. A good example of an application of this module would, I guess, be A/B testing.