1. 27 Feb, 2020 1 commit
  2. 12 Dec, 2019 1 commit
  3. 29 Nov, 2019 1 commit
  4. 17 Jul, 2019 2 commits
  5. 09 Jul, 2019 1 commit
    • Tamer Tas's avatar
      Revert "[browser-stories] gate features behind {experimental} flag" · c1c6e3ed
      Tamer Tas authored
      This reverts commit 1db33e5f.
      
      Reason for revert: {AttributeError} 'Namespace' object has no attribute 'experimental'
      
      Original change's description:
      > [browser-stories] gate features behind {experimental} flag
      > 
      > Performance infra recipes use callstats.py to run web page replays. Split (v8,
      > infa, perf-infra) repositories make experimenting with callstats.py hard.
      > 
      > This CL creates feature gating for simplifying performance infra experiments.
      > 
      > R=​ulan@chromium.org
      > 
      > No-Try: true
      > Bug: v8:9448
      > Change-Id: I2c3e139f4b9d6bce1ea4fdda1a44960d74d7d414
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1690950
      > Auto-Submit: Tamer Tas <tmrts@chromium.org>
      > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
      > Commit-Queue: Tamer Tas <tmrts@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#62565}
      
      TBR=ulan@chromium.org,tmrts@chromium.org
      
      Change-Id: If40be01a2edebf0538ad306fa5ded0dfa2aaf147
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:9448
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1692922Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
      Commit-Queue: Tamer Tas <tmrts@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#62595}
      c1c6e3ed
  6. 08 Jul, 2019 1 commit
  7. 19 Feb, 2019 1 commit
  8. 22 Oct, 2018 1 commit
  9. 19 Sep, 2018 1 commit
  10. 07 Sep, 2018 1 commit
  11. 18 Jul, 2018 2 commits
  12. 13 Jul, 2018 1 commit
  13. 04 Dec, 2017 1 commit
  14. 01 Aug, 2017 1 commit
  15. 04 Mar, 2017 1 commit
  16. 02 Feb, 2017 1 commit
  17. 03 Jan, 2017 3 commits
  18. 09 Dec, 2016 1 commit
  19. 08 Dec, 2016 1 commit
  20. 17 Nov, 2016 1 commit
  21. 16 Nov, 2016 1 commit
  22. 02 Nov, 2016 1 commit
  23. 26 Oct, 2016 1 commit
  24. 28 Sep, 2016 2 commits
  25. 27 Sep, 2016 1 commit
  26. 26 Sep, 2016 1 commit
  27. 23 Sep, 2016 1 commit
  28. 05 Jul, 2016 1 commit
  29. 10 Jun, 2016 1 commit
  30. 06 Jun, 2016 1 commit
  31. 12 May, 2016 2 commits
  32. 11 May, 2016 1 commit
    • nikolaos's avatar
      Add script injection when replaying with callstats.py · 5fa1c61e
      nikolaos authored
      This allows benchmarking without --single-process and correctly
      gathering --runtime-call-stats numbers.
      
      Add optional parameter to %GetAndResetRuntimeCallStats
      
      -  Without any parameter, it returns a string with the runtime call
         statistics (as before).
      -  With one string parameter, it appends the statistics to the file with
         that file name.
      -  With one integer parameter (which must be 1=stdout or 2=stderr), it
         prints the statistics to the output with of that file descriptor.
      
      The injected script is automatically generated.
      Also, callstats.py does not have a hardwired DEFAULT_SITES anymore.
      
      R=cbruni@chromium.org
      BUG=
      LOG=N
      
      Review-Url: https://codereview.chromium.org/1966193002
      Cr-Commit-Position: refs/heads/master@{#36172}
      5fa1c61e
  33. 06 May, 2016 1 commit