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.