Run benchmarks on previous revision as well

Summary: Checkout previous revision and re-run benchmark on travis

Differential Revision: D3697439

fbshipit-source-id: 260c5e379ae5caa667cf315e210ff4a7349b5868
This commit is contained in:
Emil Sjolander
2016-08-11 11:48:52 -07:00
committed by Facebook Github Bot 1
parent a43b813517
commit 57021eba9d

View File

@@ -20,3 +20,5 @@ script:
- buck test //:CSSLayout
- buck test //:CSSLayout_java
- buck run //:benchmark
- git checkout HEAD^
- buck run //:benchmark