2 # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4 # Licensed under the Apache License, Version 2.0 (the "License").
5 # You may not use this file except in compliance with the License.
6 # A copy of the License is located at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # or in the "license" file accompanying this file. This file is
11 # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
12 # ANY KIND, either express or implied. See the License for the specific
13 # language governing permissions and limitations under the License.
17 {% for job in jobs -%}
18 0.4 {{ job["duration"] }} {{ job["wrapper_arguments"]["pipeline_name"] }}
19 {% endfor %}{# job in jobs #}
22 set terminal svg noenhanced size 400,800
24 set border 2 linecolor "#263238"
25 set ytics nomirror tc "#263238" font "Helvetica,14"
29 set ylabel "seconds" tc "#263238" font "Helvetica,14"
31 set title "Runtime for {{ group_name }}" tc "#263238" font "Helvetica,14"
37 plot '$data' using (0.2):2 with boxplot lc "#263238", \
38 '' using 1:2:3 with labels left tc "#263238" font "Helvetica,10"