inst/bench/README.md

Benchmarks for vroom

The benchmarks are run with a makefile, run make to run them.

Personal notes on running benchmarks on AWS

Starting up

Attach to instance

ssh vroom-bench

When you first start there may be some unattended upgrades installing, use top to monitor and wait until they are done.

running

make -j 1 \
  TAXI_INPUTS='$(wildcard ~/data/trip_fare*csv)'  \
  FWF_INPUT=~/data/PUMS5_06.TXT \
  BENCH_LONG_ROWS=1000000 \
  BENCH_LOG_COLS=25 \
  BENCH_WIDE_ROWS=100000 \
  BENCH_WIDE_COLS=1000

Tearing down



Try the vroom package in your browser

Any scripts or data that you put into this service are public.

vroom documentation built on Oct. 2, 2023, 5:07 p.m.