lower multiplier

This commit is contained in:
Alwin Berger 2025-02-24 18:38:33 +01:00
parent 8ad3cf424a
commit 80e56ab78f

View File

@ -29,7 +29,7 @@
#include <queue.h>
#include <stdio.h>
#define LOCAL_WCET_MULT 14 // Multiplier to increase all waiting periods to make the schedule more tight an force preemptions
#define LOCAL_WCET_MULT 12 // Multiplier to increase all waiting periods to make the schedule more tight an force preemptions
#define NUM_TASKS 10
#include "fuzzhelper.c"