Skip to content

Commit 85ceb33

Browse files
committed
fuzz, ci: remove tile cpu cnt from block fixture execution
1 parent 9011b88 commit 85ceb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test/run_test_vectors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git checkout -q $GIT_REF
3535
cd ../..
3636

3737
LOG=$LOG_PATH/test_exec_block
38-
find dump/test-vectors/block/fixtures/* -type f -name '*.fix' | xargs -P $NUM_PROCESSES -n 1000 ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824 --tile-cpus 5-6
38+
find dump/test-vectors/block/fixtures/* -type f -name '*.fix' | xargs -P $NUM_PROCESSES -n 1000 ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824
3939

4040
LOG=$LOG_PATH/test_exec_syscall
4141
find dump/test-vectors/syscall/fixtures/* -type f -name '*.fix' | xargs -P $NUM_PROCESSES -n 1000 ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824

0 commit comments

Comments
 (0)