diff options
author | Eric Anholt <eric@anholt.net> | 2014-02-14 15:11:48 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-02-14 15:12:08 -0800 |
commit | bbd7319f40dcb98f4e918b329d772c8dbfc678a0 (patch) | |
tree | 871bbc654654b050696a2b377ffc9164cb9b729e | |
parent | 3a19ae76109df747ccb36fecdee6a4d1b91fafb8 (diff) |
Show off a "new" feature of ./run.py in the readme.
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ $EDITOR shaders/appname/* ln -s $HOME/src/piglit/bin ./ # this relies on i965 driver debug output, hack it up for anything else. -./run.py shaders/*/* |& tee new-run +./run.py |& tee new-run + +# To run just a subset: +./run.py shaders/supertuxkart |& tee new-run === Analysis === ./result.py old-run new-run |