Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 504 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 504 Bytes

peloton-test

Testing Framework for the Peloton DBMS

You can find more information about the project in the documentation folder.

To run the command line tool for query generation, execute the following command, if output directory is provided, XML output is written to that directory. Otherwise the result is printed to the command line.

./run.sh -config <config_file> -trace <trace_file> [-out <output directory>] [-batchsize <batchsize, default 50>]

Currently only postgresql is supported