1. 04 Dec, 2017 1 commit
    • Michal Majewski's avatar
      Reland "Reland "[test] Creating command before execution phase."" · 68c5d01a
      Michal Majewski authored
      This is a reland of 3b065110
      Original change's description:
      > Reland "[test] Creating command before execution phase."
      > 
      > This is a reland of 98cc9e86
      > Original change's description:
      > > [test] Creating command before execution phase.
      > > 
      > > Immutable command class with shell, flags and
      > > environment.
      > > 
      > > Command creation moved from worker to the main
      > > process. Because of that there is no need to send
      > > test cases beyond process boundaries and load test
      > > suites in worker processes.
      > > 
      > > Bug: v8:6917
      > > Change-Id: Ib6a44278095b4f7141eb9b96802fe3e8117678a6
      > > Reviewed-on: https://chromium-review.googlesource.com/791710
      > > Commit-Queue: Michał Majewski <majeski@google.com>
      > > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#49746}
      > 
      > Bug: v8:6917
      > Change-Id: I49c29a8db813c47909f2cc45070ac7721a447c7a
      > Reviewed-on: https://chromium-review.googlesource.com/800370
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michał Majewski <majeski@google.com>
      > Cr-Commit-Position: refs/heads/master@{#49756}
      
      Bug: v8:6917
      Change-Id: Ia39010a0a0f63537ad12490dfab17897d70d4930
      Reviewed-on: https://chromium-review.googlesource.com/806034Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michał Majewski <majeski@google.com>
      Cr-Commit-Position: refs/heads/master@{#49830}
      68c5d01a
  2. 01 Dec, 2017 1 commit
  3. 30 Nov, 2017 3 commits
  4. 04 Sep, 2017 1 commit
    • Enrico Bacis's avatar
      [tool] prevent crash in tools/perf-to-html.py · b4a1f792
      Enrico Bacis authored
      The perf tests results are used by tools/perf-to-html.py to generate
      html pages. Since the results are used as divisors to compute
      percentages, when the one of them happens to be zero, the script
      crashes.  This CL prevent the crash and uses the text "NaN" instead of
      the percentage.
      
      R=machenbach@chromium.org
      CC=​ahaas@chromium.org,clemensh@chromium.org
      
      Bug: chromium:761816
      Change-Id: I482a85150c8323a7a837e6d589feee88279831cd
      Reviewed-on: https://chromium-review.googlesource.com/649626
      Commit-Queue: Enrico Bacis <enricobacis@google.com>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47806}
      b4a1f792
  5. 02 May, 2016 1 commit
  6. 27 Mar, 2015 1 commit
    • mvstanton's avatar
      perf-to-html.py - render JSON try perf jobs in a pleasing way. · e7c2bd1a
      mvstanton authored
      Convert a perf trybot JSON file into a pleasing HTML page. It can read
      from standard input or via the --filename option. Examples:
      
        cat results.json | perf-to-html.py --title "ia32 results"
        perf-to-html.py -f results.json -t "ia32 results" -o results.html
      
      Options:
        -h, --help            show this help message and exit
        -f FILENAME, --filename=FILENAME
                              Specifies the filename for the JSON results rather
                              than reading from stdin.
        -t TITLE, --title=TITLE
                              Optional title of the web page.
        -o OUTPUT, --output=OUTPUT
                              Write html output to this file rather than stdout.
      
      R=machenbach@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/1033603004
      
      Cr-Commit-Position: refs/heads/master@{#27496}
      e7c2bd1a