7accf3f2383725da5c8ffb845c0caf684a0a4cf9
markd
  Sat Apr 3 12:50:44 2021 -0700
added oneshot program for testing mmap performance

diff --git src/oneShot/mmapPerf/makefile src/oneShot/mmapPerf/makefile
new file mode 100644
index 0000000..fe3c8a8
--- /dev/null
+++ src/oneShot/mmapPerf/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../..
+A = mmapPerf
+include $(kentSrc)/inc/userApp.mk