13 lines
372 B
Bash
Executable File
13 lines
372 B
Bash
Executable File
#!/bin/bash
|
||
|
||
# 单个赛题测试验证(ReduceSum算法)
|
||
#./build_and_run.sh --run_reduce
|
||
|
||
# 单个赛题测试验证(SortPair算法)
|
||
#./build_and_run.sh --run_reduce
|
||
|
||
# 单个赛题测试验证(TopkPair算法)
|
||
# ./build_and_run.sh --run_topk
|
||
|
||
# 默认全量赛题测试验证,参赛选手单个优化,参考单个脚本执行方式,CI入口run.sh
|
||
./build_and_run.sh |