Re: Automated benchmarks of BuildStream
- From: Tristan Van Berkom <tristan vanberkom codethink co uk>
- To: Angelos Evripiotis <angelos evripiotis gmail com>
- Cc: Dominic Brown <dominic brown codethink co uk>, buildstream-list gnome org
- Subject: Re: Automated benchmarks of BuildStream
- Date: Fri, 23 Mar 2018 17:03:09 +0900
On Fri, 2018-03-23 at 07:49 +0000, Angelos Evripiotis wrote:
Hello!
That said, if people want to view this in CSV, your sample output
could
*really* use some column alignment - looking through a CSV file and
attempting to spot an abnormality is something I've done for other
benchmarks in the past, it's not so uncommon, and is near
impossible
without column alignment.
If you're talking about layout, I've found the 'column' command to be
particularly helpful when viewing csv's, e.g. for the sample output:
-----
$ cat <<EOF | column -ts,
Name,Version,Total Time,Max RSS
Startup time,master,0.2866666666666667,21558.666666666668
Startup time,1.1.0,0.19666666666666666,21368
Startup time,1.0.1,0.45,31501.333333333332
EOF
Name Version Total Time Max RSS
Startup time master 0.2866666666666667 21558.666666666668
Startup time 1.1.0 0.19666666666666666 21368
Startup time 1.0.1 0.45 31501.333333333332
-----
This is exactly what I'm talking about yes.
It would be nice to have if it was generated already columnized, given
that this is mostly for human readability as well as spread sheet
imports. But, if that is not practical for the given flavor of CSV (I
know these formats can be finicky), then it's not a big deal if it is
not columnized.
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]