55:119a07aacb84
Anton Shestakov <av6@dwimlabs.net>, Wed, 18 May 2016 12:06:59 +0800
viewer: drop s(econds) from short timings, use .5f for long timings Maybe even 5 digits after the decimal points is too much for our measure process, but let's try and see.

previous change 33:575262e0eacb

update.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/sh
set -x
HGPLAIN=1
export HGPLAIN
nodes=`./data/newesthg/hg incoming -R ./data/testhg --quiet -T '{node}\n'`
if [ "$nodes" ] ; then
./data/newesthg/hg pull -R ./data/testhg
./bench.py $nodes
fi
./bench.py --retry $nodes