add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 20:54:10 +08:00
parent 222fc55b08
commit d172f7bba0
1 changed files with 1 additions and 1 deletions

View File

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