Add Benchmark Sequential
This commit is contained in:
parent
5549eb0271
commit
0c625edba5
|
@ -158,7 +158,6 @@ void *run_benchmark_parallel(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, -21);
|
|
||||||
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