benchtests: Building benchmarks as static executables
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Jul 2021 19:15:27 +0000 (12:15 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 4 Oct 2021 17:09:13 +0000 (10:09 -0700)
commitde0a7c5a0b2061c86441a1822d6c3a898b0b6ba2
tree9c3f2621a02bc24cb5a694b81fa1765a004e68c7
parent83b5323261bb72313bffcf37476c1b8f0847c736
benchtests: Building benchmarks as static executables

Building benchmarks as static executables:
=========================================

To build benchmarks as static executables, on the build system, run:

  $ make STATIC-BENCHTESTS=yes bench-build

You can copy benchmark executables to another machine and run them
without copying the source nor build directories.
benchtests/Makefile
benchtests/README