added new result output
This commit is contained in:
parent
e67d0cfda2
commit
9209ace569
5 changed files with 31482 additions and 11811 deletions
File diff suppressed because one or more lines are too long
9874
results/2024ours_executor2executor_3_1/ros_100_edf.json
Normal file
9874
results/2024ours_executor2executor_3_1/ros_100_edf.json
Normal file
File diff suppressed because it is too large
Load diff
10359
results/2024ours_latency_3_1/ros_100_edf.json
Normal file
10359
results/2024ours_latency_3_1/ros_100_edf.json
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -87,7 +87,6 @@ int ros_experiment(int argc, char **arg, std::string file_name, ExperimentConfig
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
|
||||||
// calibrate the dummy load
|
// calibrate the dummy load
|
||||||
// Naive way to calibrate dummy workload for current system
|
// Naive way to calibrate dummy workload for current system
|
||||||
int dummy_load_calib = 1;
|
int dummy_load_calib = 1;
|
||||||
|
@ -106,7 +105,9 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
dummy_load_calib = 100 * 1000 * dummy_load_calib / duration_us;
|
dummy_load_calib = 100 * 1000 * dummy_load_calib / duration_us;
|
||||||
if (dummy_load_calib <= 0)
|
if (dummy_load_calib <= 0)
|
||||||
|
{
|
||||||
dummy_load_calib = 1;
|
dummy_load_calib = 1;
|
||||||
|
}
|
||||||
DummyLoadCalibration::setCalibration(dummy_load_calib);
|
DummyLoadCalibration::setCalibration(dummy_load_calib);
|
||||||
}
|
}
|
||||||
// DummyLoadCalibration::setCalibration(2900);
|
// DummyLoadCalibration::setCalibration(2900);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue