We should automate the process for updating the code on the benchmark box. Currently it's a manual process (by one person) to get the latest code over to the box.
I think currently the cron job just invokes the dashboard's run.sh script. Instead, it could cd to the dashboard repo checkout, run git pull, and then run run.sh. This way the code would be up-to-date when it runs.
@yjbanov