Skip to content

Instantly share code, notes, and snippets.

@LionsAd
Created October 25, 2012 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LionsAd/3952753 to your computer and use it in GitHub Desktop.
Save LionsAd/3952753 to your computer and use it in GitHub Desktop.
Benchmark all twig branches against two baselines ...
#!/bin/bash
for branch in d8-core-1712444-core--rebase d8-core-1712444-twig-ra-opt--rebase d8-core-1712444-v1-ra-opt--rebase d8-core-1712444-v2-ra-opt--rebase d8-core-1712444-v3-ra-opt--rebase d8-core-1712444-twig-node--rebase
do
$HOME/benchmark-vs-baseline.sh "$branch" 508939efc2f7b twig-ra-opt 5088f8fb987c9 core
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment