X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Fgenerate-plots.py;h=d10a167f0166f29799f1164ccc55d2a9c93c8633;hb=b9b26e2dc1815a7681e8cae1278a2e5d2191f68a;hp=efc987734e95e808db75c88f570dce127c0d1ca8;hpb=7fa8d866cf930200963aabfa012241ced3046e4a;p=lttng-ci.git diff --git a/scripts/system-tests/generate-plots.py b/scripts/system-tests/generate-plots.py index efc9877..d10a167 100644 --- a/scripts/system-tests/generate-plots.py +++ b/scripts/system-tests/generate-plots.py @@ -160,7 +160,7 @@ def create_plots(res_dir): tmp['testcase'] = res.split('.')[0] list_.append(tmp) - df = pd.concat(list_) + df = pd.concat(list_, sort=true) df = convert_us_to_ns(df) df = rename_cols(df) df.sort_index(inplace=True)