Skip to content

danielvanacker/TpchBenchmarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

TpchBenchmarking

Supports monetdblite, monetdbe, duckdb, sqlite, pandasql, and pandas TPC-H bencmarking.

mainTester.py

Runs tests on monetdblite, duckdb, sqlite, and pandasql.

python mainTester.py <test_target_name> <iterations> <output_csv> <query>

Test target options are monet, duck, sqlite, and pandasql.

monetdbe.py

Runs tests on monetdbe

python monetdbe.py monetdbe <iterations> <output_csv> <query>

Pandas

Run tests on pandas.

cd realPanda
python runTPCH-pandas.py <query_number> <iterations> <output_file_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages