Skip to content

Instantly share code, notes, and snippets.

@MaxGyver83
MaxGyver83 / test-emailbook.sh
Last active March 4, 2024 15:33
Test script used to measure the performance of emailbook, emailbook-janet and aercbook
#!/bin/sh
usage() {
echo "Usage:
$0 1 janet onecall
$0 100 sh manycalls
"
}
case "$1" in
""|-h|--help) usage; exit;;