diff --git a/ipynb/wltests/sched-evaluation-full.ipynb b/ipynb/wltests/sched-evaluation-full.ipynb index 41172ee44cbd36bf4be999f11dcd93ce11004bc1..ec8d5e76ba73f00213e2812657d3625d18892b8b 100644 --- a/ipynb/wltests/sched-evaluation-full.ipynb +++ b/ipynb/wltests/sched-evaluation-full.ipynb @@ -130,7 +130,7 @@ "for test in collector.tests(workload='jankbench'):\n", " logging.info(\"Results for: %s\", test)\n", " collector.report(workload='jankbench', metric='device_total_energy',\n", - " test=\"^{}$\".format(test), sort_on='99%', ascending=True)" + " test=\"^{}$\".format(test), sort_on='mean', ascending=True)" ] }, { @@ -196,7 +196,7 @@ "for test in collector.tests(workload='exoplayer'):\n", " logging.info(\"Results for: %s\", test)\n", " collector.report(workload='exoplayer', metric='device_total_energy',\n", - " test=test, sort_on='99%', ascending=True)" + " test=test, sort_on='mean', ascending=True)" ] }, { @@ -215,7 +215,7 @@ "for test in collector.tests(workload='homescreen'):\n", " logging.info(\"Results for: %s\", test)\n", " collector.report(workload='homescreen', metric='device_total_energy',\n", - " test=test, sort_on='99%', ascending=True)" + " test=test, sort_on='mean', ascending=True)" ] }, {