Skip to content

Commit

Permalink
Format generated figures
Browse files Browse the repository at this point in the history
  • Loading branch information
mabuaisha committed Jun 19, 2020
1 parent bb28114 commit 04a2e1d
Show file tree
Hide file tree
Showing 55 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ def plot_bar_figure(
k8s_rects = ax.bar(ind, k8s, width, color='r')
if nomad:
nomad_rects = ax.bar(ind + width, nomad, width, color='g')
swarm_rects = ax.bar(ind + width * 2, swarm, width, color='b')

bar_width = ind + width * 2
if swarm and not nomad:
bar_width = ind + width
swarm_rects = ax.bar(bar_width, swarm, width, color='b')

legend_title = ('k8s', 'swarm')
if nomad:
Expand Down
Binary file modified figures/warmfunction/parallel_autoscaling_cold_0_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_cold_0_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_cold_1_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_cold_1_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_cold_2_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_cold_2_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_warm_0_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_warm_0_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_warm_1_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_warm_1_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_warm_2_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_autoscaling_warm_2_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_noautoscaling_cold_0_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_noautoscaling_cold_0_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_noautoscaling_cold_1_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_noautoscaling_cold_1_throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_noautoscaling_cold_2_response.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/warmfunction/parallel_noautoscaling_cold_2_throughput.png
Binary file modified figures/warmfunction/parallel_noautoscaling_warm_0_response.png
Binary file modified figures/warmfunction/parallel_noautoscaling_warm_0_throughput.png
Binary file modified figures/warmfunction/parallel_noautoscaling_warm_1_response.png
Binary file modified figures/warmfunction/parallel_noautoscaling_warm_1_throughput.png
Binary file modified figures/warmfunction/parallel_noautoscaling_warm_2_response.png
Binary file modified figures/warmfunction/parallel_noautoscaling_warm_2_throughput.png
Binary file modified figures/warmfunction/sequential_noautoscaling_cold_0_response.png
Binary file modified figures/warmfunction/sequential_noautoscaling_cold_1_response.png
Binary file modified figures/warmfunction/sequential_noautoscaling_cold_2_response.png
Binary file modified figures/warmfunction/sequential_noautoscaling_warm_0_response.png
Binary file modified figures/warmfunction/sequential_noautoscaling_warm_1_response.png
Binary file modified figures/warmfunction/sequential_noautoscaling_warm_2_response.png

0 comments on commit 04a2e1d

Please sign in to comment.