Add Benchmark Sequential

This commit is contained in:
TXuian 2022-12-09 22:26:52 +08:00
parent 9e8e9fca7a
commit 51b2739659
1 changed files with 1 additions and 1 deletions

View File

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