Skip to content
Snippets Groups Projects
Commit a571398f authored by rhaag's avatar rhaag
Browse files

new data with almost all simulations done

parent 3e34ef92
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -9,8 +9,12 @@ using Measurements
import Base.Filesystem
FS = Base.Filesystem
#request_type = "drive_and_wait"
request_type = "resubmission"
path = "/scratch01.local/rhaag/comparison/drive_and_wait/combined_delays/anywt035_anydt01/"
paths = ["/scratch01.local/rhaag/comparison/$request_type/combined_delays/anywt035_anydt01/",
"/scratch01.local/rhaag/comparison/$request_type/combined_delays/anywt1_anydt01/"]
for path in paths
model_path = path * "/models/"
# Values I want to calculate for every model
......@@ -28,7 +32,7 @@ req_quantitys_mean = [
:resubmitted_served_percentage,
:dt_earliest_served,
:dt_earliest,
:relative_dt_earliest
:relative_dt_earliest,
:delay
]
......@@ -115,3 +119,4 @@ end
using Serialization
serialize(path*"results.df", results)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment