Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ranxian/palmtree into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ranxian committed May 5, 2016
2 parents 3949caf + 4cfe636 commit 184e5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ void readonly_bench(size_t entry_count, size_t read_count, bool run_std_map = fa
palmtreep->find(last_key, res);
}

LOG(INFO) << palmtreep->task_nums << " left";
palmtreep->wait_finish();
double end = CycleTimer::currentSeconds();
LOG(INFO) << "Palmtree run for " << end-start << "s, " << "thput: " << std::fixed << read_count/(end-start)/1000 << " K rps";
Expand Down

0 comments on commit 184e5f0

Please sign in to comment.