]> git.cworth.org Git - notmuch/commit
perf-tests: #!/bin/bash -> #!/usr/bin/env bash
authorWilliam Casarin <jb55@jb55.com>
Fri, 31 May 2019 18:32:50 +0000 (11:32 -0700)
committerDavid Bremner <david@tethera.net>
Fri, 7 Jun 2019 10:59:56 +0000 (07:59 -0300)
commit5f22d16273ef0d42fc42303087a588efeeb6d7c1
treea340f242ee0c1d932c5e92697de7fc924db7ad79
parent3d9edf4fb16dbc2ad3db325c62e1d4ff8887fcac
perf-tests: #!/bin/bash -> #!/usr/bin/env bash

I couldn't run the performance tests on my machines due to a hardcoded
bash path. Use env for finding bash in weird systems like NixOS.

Signed-off-by: William Casarin <jb55@jb55.com>
12 files changed:
performance-test/M00-new.sh
performance-test/M01-dump-restore.sh
performance-test/M02-show.sh
performance-test/M03-search.sh
performance-test/M04-reply.sh
performance-test/M05-reindex.sh
performance-test/M06-insert.sh
performance-test/T00-new.sh
performance-test/T01-dump-restore.sh
performance-test/T02-tag.sh
performance-test/T03-reindex.sh
performance-test/T04-thread-subquery.sh