Commit da2862bf authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3783 build txn commit refs[t:3783]

git-svn-id: file:///svn/toku/tokudb@39707 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5b3009ac
// run txn begin commit on multiple threads and measure the throughput
#include "toku_portability.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <unistd.h>
#include <assert.h>
#include <string.h>
#include <sys/time.h>
#include "db.h"
#include "toku_portability.h"
#include "toku_pthread.h"
static double now(void) {
......
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