Add Benchmark Sequential

This commit is contained in:
TXuian 2022-12-09 22:18:43 +08:00
parent bdf40c7b09
commit 614bbb8e95
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ void *run_benchmark_parallel(void *args) {
printf("[BENCHMARK] Start Benchmark running parallel.\n");
case_attr.schedparam.sched_priority = 20;
case_attr.stacksize = 4096;
case_attr.stacksize = 8192;
PrivSemaphoreCreate(&syn_sem, 0, -21);
PrivMutexCreate(&case_mu, 0);