
.PHONY: all

all:
	NODE_ENV=production node -r ts-node/register --expose-gc run_benchmark.ts
