Skip to content

Commit

Permalink
Update some time estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgerHB committed May 23, 2023
1 parent a1827c0 commit 1fd3798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Shared Code/Get libccshield.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function get_shield(possible_shield_file, working_dir; test)
number_of_grid_points = length(grid_points(box(grid, [1, 1, 1]), samples_per_axis))

progress_update("Synthesising shield: $number_of_grid_points samples $(grid.G) G")
progress_update("Estimated time to synthesise: 50 minutes (3 minutes if run with --test)")
progress_update("Estimated time to synthesise: 35 minutes (3 minutes if run with --test)")

shield_dir = working_dir "$number_of_grid_points samples $(grid.G) G.shield"

Expand Down
2 changes: 1 addition & 1 deletion Shared Code/Get libopshield.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function get_shield(possible_shield_file, working_dir; test)
simulation_model = SimulationModel(get_simulation_function(m), get_randomness_space(m), samples_per_axis)

progress_update("Synthesising shield: $(prod(samples_per_axis)) samples $(grid.granularity) G")
progress_update("Estimated time to synthesise: 16 minutes (2 minutes if run with --test)")
progress_update("Estimated time to synthesise: 5 hours (a few seconds if run with --test)")

shield_dir = working_dir "$(prod(samples_per_axis)) samples $(grid.granularity) G.shield"

Expand Down

0 comments on commit 1fd3798

Please sign in to comment.