add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
d2a6741a2c
commit
17e9e10bdd
|
@ -139,7 +139,7 @@ void *run_benchmark(void *args) {
|
||||||
|
|
||||||
case_attr.schedparam.sched_priority = 25;
|
case_attr.schedparam.sched_priority = 25;
|
||||||
case_attr.stacksize = 16384;
|
case_attr.stacksize = 16384;
|
||||||
PrivSemaphoreCreate(&syn_sem, 0, -22);
|
PrivSemaphoreCreate(&syn_sem, 0, -20);
|
||||||
PrivMutexCreate(&case_mu, 0);
|
PrivMutexCreate(&case_mu, 0);
|
||||||
|
|
||||||
benchmark_handle *cur_handle = head.next;
|
benchmark_handle *cur_handle = head.next;
|
||||||
|
|
Loading…
Reference in New Issue