Skip to content

Instantly share code, notes, and snippets.

@ByronDDelpinal
ByronDDelpinal / perf.sh
Last active April 30, 2020 15:13
Performance Audit Of Recent Commits
#!/usr/bin/env bash
###
# --- Variable Declaration ---#
###
NUMBER_OF_COMMITS_PRIOR=0
TOTAL_NUMBER_OF_COMMITS_TO_TEST=5 # TODO - Pass this in
LOG_FILE_OUTPUT='perf/perf.log'
LOG_FILE_ERROR='perf/perf.error.log'