diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2011-02-01 13:07:03 -0600 |
---|---|---|
committer | Peter Seebach <peter.seebach@windriver.com> | 2011-02-01 13:07:03 -0600 |
commit | a4cf5f2f5bac9aeb1d9aac73140411b7eb69ee00 (patch) | |
tree | f56481e95749241afa9604a3540cbe0cede84170 /doc | |
parent | d1d46ce88db792883ce9b1be00e2b5adeaf225bd (diff) | |
download | pseudo-a4cf5f2f5bac9aeb1d9aac73140411b7eb69ee00.tar.gz pseudo-a4cf5f2f5bac9aeb1d9aac73140411b7eb69ee00.tar.bz2 pseudo-a4cf5f2f5bac9aeb1d9aac73140411b7eb69ee00.zip |
Add performance test (rough draft).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/perftest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/perftest b/doc/perftest new file mode 100644 index 0000000..b9169ae --- /dev/null +++ b/doc/perftest @@ -0,0 +1,8 @@ +There's a new "perftest" program. I recommend you run it with a ramdisk. So, +if you've mounted a ramdisk on /tmp/ram: + ./perftest /tmp/ram + +This is a pretty unscientific test, but is designed to exercise some +reasonably common use cases and give ballpark figures as to the effect +of changes to the database indexes, etc. + |