#!/bin/sh

set -e

node --prof bin/nak 'var' ../

nprof > profiler.txt
