Commit ccf00b70 authored by Dave Wells's avatar Dave Wells Committed by Yoni Fogel

100 dictionaries

git-svn-id: file:///svn/toku/tokudb@16231 c7de825b-a66e-492c-adef-691d508d4ae1
parent c70dda8d
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include <stdlib.h> #include <stdlib.h>
static const int OPER_PER_STEP = 3; static const int OPER_PER_STEP = 3;
//static const int NUM_DICTIONARIES = 100; static const int NUM_DICTIONARIES = 100;
static const int NUM_DICTIONARIES = 3; //static const int NUM_DICTIONARIES = 3;
static const char *table = "tbl"; static const char *table = "tbl";
static const int ROWS_PER_TABLE = 10; static const int ROWS_PER_TABLE = 10;
......
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