stasis-aries-wal/benchmarks/nightly/defs/BULK_LOAD.def
Sears Russell d6ca424ea2 First stab at automated benchmark execution; broke compatibility with old plotter.pl, timing.pl, and added a Makefile that attempts to
intelligently manage binaries, and benchmarking data, with support for interruputed runs, etc.  Also, extended the .def format to include
enough information to run the benchmarks
2006-05-27 02:45:29 +00:00

8 lines
281 B
Modula-2

Title: Bulk Load Time - Single Transaction
Plot-Type: 2D Line
X-Label: Insertions
Y-Label: Seconds
X-Range: qw(10 50 100 500 1000)
Data-Series: "LINEAR_HASH_NTA" linearHashNTA 1 $x
Data-Series: "Linear_Hash" logicalHash 1 $x
Data-Series: "Berkeley_DB" bdbHash 1 $x