1. 20 Dec, 2016 1 commit
    • jgruber's avatar
      [js-perf-test] Add a basic async-await microbenchmark · 9feefafa
      jgruber authored
      These benchmarks are intended to compare the overhead of async-await vs.
      a naive promise implementation vs. the babel async-await transformation.
      The functions in the benchmark don't do any work themselves, so results
      should reflect only overhead of the chosen implementation.
      
      Current numbers on my local machine (higher is better):
      
      BaselineES2017-AsyncAwait(Score): 2006
      BaselineNaivePromises-AsyncAwait(Score): 7470
      Native-AsyncAwait(Score): 3640
      
      BUG=v8:5639
      
      Review-Url: https://codereview.chromium.org/2577393002
      Cr-Commit-Position: refs/heads/master@{#41860}
      9feefafa
  2. 23 Sep, 2016 1 commit
  3. 30 May, 2016 1 commit
  4. 26 Apr, 2016 1 commit
  5. 01 Jun, 2015 1 commit
  6. 06 May, 2015 1 commit
  7. 17 Oct, 2014 2 commits
  8. 09 Oct, 2014 1 commit
  9. 01 Sep, 2014 1 commit