stasis-aries-wal/benchmarks/berkeleyDB/Makefile.am
Sears Russell 1bfb634103 Preliminary benchmark program uploads for SEDA-style response time percentiles vs requests / second
Also added a few cute little utilities:
  - truncate_log
  - run_recovery

Upped max # of concurrent transactions.  (Current throughput during benchmarking remains ~flat up to 32,000
threads, but past max concurrent transactions was 1,000...)
2005-03-12 22:11:18 +00:00

3 lines
87 B
Makefile

LDADD=-ldb -lpthread
bin_PROGRAMS=transapp bdbRaw bdbHash bdbHashThreaded
AM_CFLAGS=-g