jekyll/script/memprof

6 lines
89 B
Bash
Executable File

#!/bin/bash
file="memprof.txt"
mode="core"
bundle exec rake profile:memory[$file,$mode]