SYNOPSIS DESCRIPTION EARLY WORK, LOTS OF UNIMPLEMENTED STUFFS. Bencher is a benchmark framework. It helps you: * specify what Perl code (functions/module names or coderefs) or external commands you want to benchmark along with a set of data (function or command-line arguments). * run the items You can run all the items, only some of them, with some/all combinations of arguments, with different module paths/versions, different perl paths, and so on. * save the result * display the result(s) and graph them * send the result to a server SEE ALSO BenchmarkAnything. There are lot of overlaps of goals between Bencher and this project. I hope to reuse or interoperate parts of BenchmarkAnything, e.g. storing Bencher results in a BenchmarkAnything storage backend, sending Bencher results to a BenchmarkAnything HTTP server, and so on.