# HG changeset patch # User Ken Miyahira # Date 1613373535 -32400 # Node ID c72f0d0eb28a8fd4a0fa2035f7bfd462d49f3aa9 # Parent f6fd06b1c9abeb1de0f1d72b3ab47752fe45f3e5 update slide diff -r f6fd06b1c9ab -r c72f0d0eb28a paper/file/benchmark/bar.py --- a/paper/file/benchmark/bar.py Mon Feb 15 03:01:43 2021 +0900 +++ b/paper/file/benchmark/bar.py Mon Feb 15 16:18:55 2021 +0900 @@ -5,10 +5,10 @@ x, y = [], [] print("データ読み込み") x = [1, 2, 3] - label = ["Docker", "ie-podman", "Podman"] - realtime = [59.52, 54.24, 199.40] - usertime = [7.52, 13.22, 23.18] - systime = [7.89, 8.69, 23.78] + label = ["Docker", "ie-podman", "Singularity", "Podman"] + realtime = [59.52, 54.24, 53.59, 199.40] + usertime = [7.52, 13.22, 26.10, 23.18] + systime = [7.89, 8.69, 3.00, 23.78] name = input("GraphName: ") xlabel = input("xlabel: ") @@ -27,14 +27,14 @@ plt.xlabel(str(xlabel)) plt.ylim(sy,ey) plt.ylabel(str(ylabel)) - realx = [1, 2, 3] - userx = [1.3,2.3,3.3] - sysx = [1.6,2.6,3.6] + realx = [1, 2, 3, 4] + userx = [1.3,2.3,3.3,4.3] + sysx = [1.6,2.6,3.6,4.6] plt.bar(realx, realtime, label="real", width=0.3, align="center") plt.bar(userx, usertime, label="user", width=0.3, align="center") plt.bar(sysx, systime, label="sys", width=0.3, align="center") plt.legend() - plt.xticks([1.25, 2.25, 3.25], label) + plt.xticks([1.25, 2.25, 3.25, 4.25], label) plt.savefig("./pdf/"+str(name)+".pdf") plt.delaxes() diff -r f6fd06b1c9ab -r c72f0d0eb28a paper/file/benchmark/pdf/container3.pdf Binary file paper/file/benchmark/pdf/container3.pdf has changed diff -r f6fd06b1c9ab -r c72f0d0eb28a slide/slide.html --- a/slide/slide.html Mon Feb 15 03:01:43 2021 +0900 +++ b/slide/slide.html Mon Feb 15 16:18:55 2021 +0900 @@ -27,7 +27,7 @@ position: absolute; left: 50px; top: 35px; } -" class="title" data-marpit-pagination="1" data-marpit-pagination-total="26" style="--paginate:true;--class:title;--theme:default; +" class="title" data-marpit-pagination="1" data-marpit-pagination-total="25" style="--paginate:true;--class:title;--theme:default; ;">

コンテナ技術を用いた教育情報システムの構築