diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-04 16:21:39 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-04 16:21:39 +0200 |
commit | 63b56d7fb38624c32111f9188d54b6fefb10a0e5 (patch) | |
tree | a87f9dbaebea517e4807b3b7b0499849b470cfdf /perf/python | |
parent | 4307baf7bcc71ca91da0175e79cdfbf6cc1ad770 (diff) |
python perf tests are included into distribution package
Diffstat (limited to 'perf/python')
-rw-r--r-- | perf/python/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perf/python/Makefile.am b/perf/python/Makefile.am new file mode 100644 index 0000000..cda8477 --- /dev/null +++ b/perf/python/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = \ + local_lat.py \ + remote_lat.py \ + local_thr.py \ + remote_thr.py |