-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26720/
-----------------------------------------------------------

(Updated Oct. 15, 2014, 4:22 p.m.)


Review request for Aurora, Kevin Sweeney and Zameer Manji.


Repository: aurora


Description
-------

Limit the amount of work done while bootstrapping thrift.


Diffs (updated)
-----

  build-support/thrift/Makefile 2b62b15ee946862b2bea6a4df2b7fdec2be1426a 

Diff: https://reviews.apache.org/r/26720/diff/


Testing
-------

Through a single trial on my workstation:

Before this patch:
    $ git clean -fdx
    $ time ./gradlew build > /dev/null
    real        2m2.406s
    user        5m14.128s
    sys 0m12.222s

After this patch:
    $ git clean -fdx
    $ time ./gradlew build > /dev/null
    real        1m30.926s
    user        5m18.393s
    sys 0m11.148s


Thanks,

Bill Farner

Reply via email to