Github user robertkowalski commented on the pull request:
https://github.com/apache/couchdb-couch/pull/71#issuecomment-121092448
@davisp wowow! how are the numbers for a micro-benchmark that uses of one
of our api-endpoints compared to an unpatched version?
I usually run something like this to compare patches:
```
#!/bin/sh
COUCHDB_PATH=$HOME/apache/couchdb
BENCH_RUN="siege -q -c120 -r100 -b http://127.0.0.1:15984/foo/testdoc"
sleep 60;
$COUCHDB_PATH/dev/run --with-admin-party-please & pid=$!
sleep 120
echo ""
echo ""
for i in `seq 1 10`;
do
echo "Runnig test #$i:"
$BENCH_RUN
sleep 90
done
kill $pid
```
and reboot inbetween. i think most important is that i have dropbox and
goodle drive and all of their friends plus index services of the OS all disabled
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---