Commit 49a904ea authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Cut off the uninteresting tail of the traces. Addresses #162.

git-svn-id: file:///svn/tokudb@1072 c7de825b-a66e-492c-adef-691d508d4ae1
parent 735669ad
......@@ -352,7 +352,7 @@ int main (int argc, const char *argv[]) {
calc_n_items = count_all_items = 14;//count_entries("dbc", dbp);
//fprintf(stderr, "%s:%d n_items initially=%d\n", __FILE__, __LINE__, count_all_items);
{
const int n_activities = 100;
const int n_activities = 32;
int i;
//printf("%s:%d count=%d cursor_load=%d\n", __FILE__, __LINE__, count_all_items, cursor_load);
for (i=0; i<n_activities; i++) {
......
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