#!/bin/rc
echo Starting benchmarks
echo '==================='
lat_ctx_run
echo '==================='
lat_syscall_run
echo '==================='
lat_tcp_run
echo '==================='
lat_udp_run
echo '==================='
bw_tcp_run
echo '==================='
bw_pipe_run
echo '==================='
bw_file_rd_run
echo '==================='
echo 'Memory benchmarks will take a very long time'
echo 'These are the final benchmarks, so you can interrupt any time'
bw_mem_run
