And the answer is:
688471 instructions
--@--:~$ uname -a
Linux 3.13.0-101-generic #148-Ubuntu SMP Thu Oct 20 22:09:17 UTC 2016 i686 i686 i686 GNU/Linux
--@--:~$ sudo perf stat echo test
test
And the answer is:
688471 instructions
--@--:~$ uname -a
Linux 3.13.0-101-generic #148-Ubuntu SMP Thu Oct 20 22:09:17 UTC 2016 i686 i686 i686 GNU/Linux
--@--:~$ sudo perf stat echo test
test
| vagrant@TFB-all:~$ tfb --mode verify --test dropwizard-postgres --concurrency-levels 128 | |
| Sending build context to Docker daemon 2.56kB | |
| Step 1/9 : FROM buildpack-deps:bionic | |
| ---> da7bebef4e62 | |
| Step 2/9 : RUN apt-get -yqq update | |
| ---> Using cache | |
| ---> 20cac748fdbc | |
| Step 3/9 : RUN apt-get -yqq install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" git-core cloc dstat `# Collect resource usage statistics` python-dev python-pip software-properties-common libmysqlclient-dev `# Needed for MySQL-python` | |
| ---> Using cache | |
| ---> b1c704fea105 |