Add new gen results

This commit is contained in:
2024-02-19 01:20:22 +01:00
parent 52e7bf43ad
commit fce9110e2a
4 changed files with 12 additions and 4 deletions

View File

@ -44,8 +44,8 @@ for threads in THREADS
@df df_filt scatter(:process_size, :graph_mem, label = "unreduced graph", markersize = 7)
scatter!(
df_filt[!, :process_size][1:(l - 1)],
df_filt[!, :graph_mem_reduced][1:(l - 1)],
df_filt[!, :process_size],
df_filt[!, :graph_mem_reduced],
label = "reduced graph",
markershape = :square,
markersize = 7,
@ -78,8 +78,8 @@ for threads in THREADS
markersize = 7,
)
scatter!(
df_filt[!, :process_size][1:(l - 1)],
df_filt[!, :graph_elapsed_reduce][1:(l - 1)],
df_filt[!, :process_size],
df_filt[!, :graph_elapsed_reduce],
label = "graph reduction time",
markershape = :square,
markersize = 7,