Having this as a separate (executable) example is useful for making
sure that we haven't accidentally broken the README while making
changes to the library.
The vendor/autoload.php file may not be present, since it requires the
library to have been installed with composer to exist. Our custom
"autoload.php" on the other hand is always present, so this commit
changes the benchmark example to refer to our custom autoloader
instead.