Add new gen results
This commit is contained in:
parent
52e7bf43ad
commit
fce9110e2a
@ -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,
|
||||
|
@ -0,0 +1,8 @@
|
||||
process_name,cpu_threads,graph_gen_samples,graph_gen_mean,graph_gen_std,graph_gen_median,graph_nodes,graph_data_nodes,graph_u_nodes,graph_v_nodes,graph_s1_nodes,graph_s2_nodes,graph_edges,graph_nodes_reduced,graph_data_nodes_reduced,graph_u_nodes_reduced,graph_v_nodes_reduced,graph_s1_nodes_reduced,graph_s2_nodes_reduced,graph_edges_reduced,graph_mem,graph_mem_reduced,graph_elapsed_reduce
|
||||
ke->ke,1,6,177788.33333333334,6157.674128002121,175347.5,26,15,4,4,0,2,29,26,15,4,4,0,2,29,23980.0,25292.0,0.000193079
|
||||
ke->kke,1,6,346796.1666666667,56632.60001595077,326470.5,77,41,5,18,6,6,101,59,32,5,12,3,6,77,35423.0,47607.0,0.001499723
|
||||
ke->kkke,1,6,972626.6666666666,29393.45134322723,958283.5,356,181,6,96,48,24,493,188,97,6,44,16,24,273,95474.0,156410.0,0.012116826
|
||||
ke->kkkke,1,6,5.031542666666667e6,148489.76737494968,4.9797725e6,2183,1095,7,600,360,120,3015,853,430,7,210,85,120,1295,470405.0,817069.0,0.08102289
|
||||
ke->kkkkke,1,6,3.6893237333333336e7,863015.9091128429,3.66682815e7,15866,7937,8,4320,2880,720,21617,4982,2495,8,1242,516,720,7655,3.619736e6,6.021232e6,1.097368983
|
||||
ke->kkkkkke,1,4,3.90280476e8,8.363211430288846e6,3.888844705e8,131069,65539,9,35280,25200,5040,176419,34679,17344,9,8666,3619,5040,53415,2.7220139e7,4.5248803e7,46.545818049
|
||||
ke->kkkkkkke,1,1,4.374390864e9,NaN,4.374390864e9,1209632,604821,10,322560,241920,40320,1612821,277168,138589,10,69288,28960,40320,427085,2.47916222e8,3.92899086e8,3448.827815646
|
|
Binary file not shown.
BIN
images/gen_times.pdf
Normal file
BIN
images/gen_times.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user