Skip to content

Instantly share code, notes, and snippets.

View chillu's full-sized avatar

Ingo Schommer chillu

View GitHub Profile
@chillu
chillu / bench.sh
Last active December 14, 2015 21:28
#/bin/bash
# Compares response times on a specific URL on different SilverStripe versions.
#
# USAGE: bench.sh <base-path> <base-url>
basepath=$1
baseurl=$2
urls="/?flush=all /"
abparams="-n 10"