• 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
Name
Last commit
Last update
..
AsyncAwait Loading commit data...
Classes Loading commit data...
Closures Loading commit data...
Collections Loading commit data...
Exceptions Loading commit data...
Generators Loading commit data...
Iterators Loading commit data...
Keys Loading commit data...
Object Loading commit data...
PropertyQueries Loading commit data...
RegExp Loading commit data...
RestParameters Loading commit data...
Scope Loading commit data...
SixSpeed Loading commit data...
SpreadCalls Loading commit data...
StringIterators Loading commit data...
Strings Loading commit data...
Templates Loading commit data...
JSTests.json Loading commit data...
RegExp.json Loading commit data...
SixSpeed.json Loading commit data...
base.js Loading commit data...