Skip to content

Commit

Permalink
update 060
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Jun 4, 2024
1 parent 146fb4e commit 53edebe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
if __name__ == '__main__':
ImportUtil.import_emulation_statistics_from_disk_json(
input_file="/media/lagring/statistics_dataset_14_nov_22_json/statistics.json",
emulation_name="csle-level9-050")
emulation_name="csle-level9-060")
ImportUtil.import_emulation_statistics_from_disk_json(
input_file="/home/kim/stat_1.json",
emulation_name="csle-level9-050")
emulation_name="csle-level9-060")
ImportUtil.import_emulation_statistics_from_disk_json(
input_file="/home/kim/stat_2.json",
emulation_name="csle-level9-050")
emulation_name="csle-level9-060")
ImportUtil.import_emulation_statistics_from_disk_json(
input_file="/home/kim/stat_3.json",
emulation_name="csle-level9-050")
emulation_name="csle-level9-060")
ImportUtil.import_emulation_statistics_from_disk_json(
input_file="/home/kim/stat_5.json",
emulation_name="csle-level9-050")
emulation_name="csle-level9-060")
ImportUtil.import_emulation_statistics_from_disk_json(
input_file="/home/kim/stat_7.json",
emulation_name="csle-level9-050")
emulation_name="csle-level9-060")
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# emulation_name="csle-level9-030")
for i in range(1, 64):
ImportUtil.import_emulation_traces_from_disk_json(
input_file=f"/media/lagring/traces_31_oct/{i}.json", emulation_name="csle-level9-050")
input_file=f"/media/lagring/traces_31_oct/{i}.json", emulation_name="csle-level9-060")

0 comments on commit 53edebe

Please sign in to comment.