To benchmark:
- Install git, GNU make, a C compiler, a C++ comiler, gnuplot, and python 3. Note that BSD make will not work!
make
make cpp-world
cpp/extras/benchmarks/bench.exe --ndv 1000000 --reps 1 --bytes 1 --taffy_fpp 0.01 --block_fpp 0.004 | tee $(mktemp)
- cd doc/taffy
- Adjust plot.gnuplot to point at the output location of bench.exe
- gnuplot plot.gnuplot