Seagate / halon

High availability solution
Apache License 2.0
1 stars 0 forks source link

Smart `h0 make`: Implemented grep-based approach #1577

Closed typeundefined closed 5 years ago

typeundefined commented 5 years ago

Now h0 make decides whether pre-built rpclite has different version to the currently available mero binary. If so, rpclite gets rebuilt.

vvv commented 5 years ago

merged

vvv commented 5 years ago
$ time { stack clean rpclite && h0 make; }  # simulate `h0 make` without this patch
[...]
real    1m12.013s
user    0m37.917s
sys     0m16.280s
$ 
$ time h0 make
real    0m4.725s
user    0m2.562s
sys     0m1.140s

Thanks, @konstantin.nekrasov! :thumbsup_tone1:

vvv commented 5 years ago

added 1 commit

Compare with previous version

vvv commented 5 years ago

added 7 commits

Compare with previous version

typeundefined commented 5 years ago

added 1 commit

Compare with previous version