• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autom4te.cache/H30-Apr-2005-6,5775,935

smacks/H30-May-2005-208186

src/H03-May-2022-5,5004,068

CHANGESH A D30-May-2005655 3317

INSTALLH A D30-May-20052.9 KiB7850

MANUALH A D03-Feb-20015.5 KiB149103

MakefileH A D30-May-200512 KiB395295

Makefile.amH A D24-Feb-20011.2 KiB3612

Makefile.inH A D03-May-202212 KiB395297

READMEH A D30-May-20051.1 KiB2819

TUTORIALH A D03-Feb-20013.7 KiB8562

acconfig.hH A D24-Feb-20011.1 KiB399

acinclude.m4H A D15-May-20039.1 KiB318263

aclocal.m4H A D30-Apr-20059.7 KiB331272

config.guessH A D24-Feb-200126.7 KiB974860

config.hH A D10-May-20051.3 KiB5817

config.h.inH A D30-Apr-20051.2 KiB5737

config.statusH A D30-May-200533 KiB1,088876

config.subH A D24-Feb-200119.4 KiB957848

configureH A D30-Apr-2005177.9 KiB6,2515,192

configure.inH A D15-May-20033 KiB152118

install-shH A D22-Feb-20015.5 KiB252153

missingH A D22-Feb-20016.1 KiB191154

mkinstalldirsH A D02-Sep-2003725 4123

stamp-hH A D30-May-200510 21

stamp-h.inH A D30-Apr-200510 21

README

1                     README for MySQL Super Smack
2
3Super Smack is a database benchmarking tool. It currently supports
4MySQL and PosgreSQL, and has some initial infrastructure for
5Oracle. Refer to the INSTALL file for installation instructions. To
6learn how to write your own tests, see TUTORIAL, and also study the
7examples in the smack directory, and read the comments.
8
9The CHANGES file will tell you what is new in this release.
10
11If you are interested in adding support for Oracle, or other
12databases, please go ahead and do it - I will accept the patch and
13include it in the distribution. If you ever wanted your name to be in
14the MySQL manual, this is your chance. To see what you need to do,
15take a look at mysql-client.* and pg-client.* - you need to subclass
16Client and implement all pure virtual functions.
17
18Super Smack was hosted at MySQL AB when Sasha Pachev worked there, but
19was moved to Jeremy Zawodny's MySQL site:
20
21  http://jeremy.zawodny.com/mysql/super-smack/
22
23and now hosted by Tony Bourke:
24
25  http://vegan.net/tony/supersmack/
26
27Tony Bourke / tony@vegan.net
28