-
Notifications
You must be signed in to change notification settings - Fork 0
Aliyun DB Contest 2022
wolfdb/DBProgramContest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This file must contain information about the submission, including: - DBer never mess up - Zhao Junwang <zhaojunwang.zjw@alibaba-inc.com>; Li Yang <jianli.ly@alibaba-inc.com> Use docker to build and run the test. ``` docker build -t dbtest . docker run -v $(pwd):/home/contest/dbtest -d -it --name=dbtest dbtest bash docker exec -it dbtest bash ``` Compile ``` ./complile.sh ``` Run Harness Test ``` #run small workload ./runTestharness.sh #run public workload ./runTestharness.sh workloads/public ``` Third party libraries: - boost_histogram - tbb - fmt
About
Aliyun DB Contest 2022