Initial commit
This commit is contained in:
commit
66a6860316
407 changed files with 1254365 additions and 0 deletions
8
models/dist_statesaving/plot
Normal file
8
models/dist_statesaving/plot
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# The one with (nearly) no collisions
|
||||
set terminal postscript enhanced colour portrait size 6,6
|
||||
set out 'dist_statesaving.eps'
|
||||
set key top left
|
||||
set title "Different state saving methods"
|
||||
set xlabel "Models"
|
||||
set ylabel "Time (s)"
|
||||
plot 'dist_statesaving/result_deepcopy' title 'Deepcopy', 'dist_statesaving/result_pickleH' title 'Pickle', 'dist_statesaving/result_custom' title 'Custom'
|
||||
Loading…
Add table
Add a link
Reference in a new issue