summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-04 16:21:39 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-04 16:21:39 +0200
commit63b56d7fb38624c32111f9188d54b6fefb10a0e5 (patch)
treea87f9dbaebea517e4807b3b7b0499849b470cfdf /perf
parent4307baf7bcc71ca91da0175e79cdfbf6cc1ad770 (diff)
python perf tests are included into distribution package
Diffstat (limited to 'perf')
-rw-r--r--perf/Makefile.am4
-rw-r--r--perf/python/Makefile.am5
2 files changed, 7 insertions, 2 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 7e87d68..dbebc93 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = c cpp
-DIST_SUBDIRS = c cpp
+SUBDIRS = c cpp python
+DIST_SUBDIRS = c cpp python
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