add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 21:12:49 +08:00
parent 23f5102c6b
commit 3288e1dd7a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void *run_benchmark(void *args) {
case_attr.schedparam.sched_priority = 25;
case_attr.stacksize = 16384;
PrivSemaphoreCreate(&syn_sem, 0, -20);
PrivSemaphoreCreate(&syn_sem, 0, -21);
PrivMutexCreate(&case_mu, 0);
benchmark_handle *cur_handle = head.next;