aboutsummaryrefslogtreecommitdiff
path: root/performance-test/M02-show.sh
blob: 2e218fd3c4b6fd0c5ea9163a82084de627752918 (plain)
#!/bin/bash

test_description='show'

. $(dirname "$0")/perf-test-lib.sh || exit 1

memory_start

memory_run 'show *' "notmuch show '*' 1>/dev/null"
memory_run 'show --format=json *' "notmuch show --format=json '*' 1>/dev/null"
memory_run 'show --format=sexp *' "notmuch show --format=sexp '*' 1>/dev/null"

memory_done