simplified benchmark steps
This commit is contained in:
parent
188cb427f9
commit
9a1988fece
1 changed files with 4 additions and 4 deletions
|
@ -61,14 +61,14 @@ COMMANDS = [
|
|||
Cmd('git checkout release/10.x', 'git checkout release'),
|
||||
Cmd('git checkout {commit}'),
|
||||
Cmd('git pull', 'git pull'),
|
||||
# clean build, make sure ccache (or similar) is empty
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py', 'cmake 1st'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py all', 'ninja all 1st'),
|
||||
Remove('build'),
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py', 'cmake 2nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py all', 'ninja all 2nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py check-all', 'ninja check-all 1st'),
|
||||
Remove('build'),
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py', 'cmake 3nd'),
|
||||
# now rebuild from ccache (or similar)
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py', 'cmake 2nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py all', 'ninja all 2nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py check-all', 'ninja check-all 2nd'),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue