Commit fd55c083 authored by Yoni Fogel's avatar Yoni Fogel

Uncommented lines

git-svn-id: file:///svn/toku/tokudb.1032b@8267 c7de825b-a66e-492c-adef-691d508d4ae1
parent 19a33080
...@@ -15,43 +15,43 @@ alias flatteningtxnscan='(dbtxn 2>&1 >/dev/null) && scan' ...@@ -15,43 +15,43 @@ alias flatteningtxnscan='(dbtxn 2>&1 >/dev/null) && scan'
(flatteningscan)2>&1 >/dev/null # Cache binaries/etc. (flatteningscan)2>&1 >/dev/null # Cache binaries/etc.
#echo db-benchmark-test no transactions echo db-benchmark-test no transactions
#db db
#echo Time for 5 runs: echo Time for 5 runs:
#time for (( i = 0; i < 5; i++ )); do (db) 2>&1 >/dev/null; done time for (( i = 0; i < 5; i++ )); do (db) 2>&1 >/dev/null; done
#echo echo
#echo ============================ echo ============================
#echo db-benchmark-test single transactions echo db-benchmark-test single transactions
#dbtxn dbtxn
#echo Time for 5 runs: echo Time for 5 runs:
#time for (( i = 0; i < 5; i++ )); do (dbtxn) 2>&1 >/dev/null; done time for (( i = 0; i < 5; i++ )); do (dbtxn) 2>&1 >/dev/null; done
#echo echo
#echo ============================ echo ============================
#echo db-benchmark-test single transactions ABORT at end echo db-benchmark-test single transactions ABORT at end
#dbabort dbabort
#echo Time for 5 runs: echo Time for 5 runs:
#time for (( i = 0; i < 5; i++ )); do (dbabort) 2>&1 >/dev/null; done time for (( i = 0; i < 5; i++ )); do (dbabort) 2>&1 >/dev/null; done
#echo echo
#echo ============================ echo ============================
#echo flattening scanscan echo flattening scanscan
#flatteningscan flatteningscan
#echo Time for 5 runs: echo Time for 5 runs:
#time for (( i = 0; i < 5; i++ )); do (flatteningscan) 2>&1 >/dev/null; done time for (( i = 0; i < 5; i++ )); do (flatteningscan) 2>&1 >/dev/null; done
#echo echo
#echo ============================ echo ============================
#echo flattening scanscan on txn db echo flattening scanscan on txn db
#flatteningtxnscan flatteningtxnscan
#echo Time for 5 runs: echo Time for 5 runs:
#time for (( i = 0; i < 5; i++ )); do (flatteningtxnscan) 2>&1 >/dev/null; done time for (( i = 0; i < 5; i++ )); do (flatteningtxnscan) 2>&1 >/dev/null; done
#echo echo
#echo ============================ echo ============================
#echo pre-flattened scanscan echo pre-flattened scanscan
#(flatteneddb) 2>&1 >/dev/null (flatteneddb) 2>&1 >/dev/null
#scan scan
#echo Time for 5 runs: echo Time for 5 runs:
#time for (( i = 0; i < 5; i++ )); do (scan) 2>&1 >/dev/null; done time for (( i = 0; i < 5; i++ )); do (scan) 2>&1 >/dev/null; done
#echo echo
#echo ============================ echo ============================
echo pre-flattened scanscan on txn db echo pre-flattened scanscan on txn db
(flattenedtxndb) 2>&1 >/dev/null (flattenedtxndb) 2>&1 >/dev/null
scan scan
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment