Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Add a real life benchmark #13244

Merged
merged 1 commit into from
Oct 14, 2018

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Oct 14, 2018

The page: https://material-ui.com/page-layout-examples/pricing/

Without cache:

Statistics        Avg      Stdev        Max
  Reqs/sec       160.27      37.58     249.11
  Latency      621.82ms    63.78ms      1.24s
  Latency Distribution
     50%   614.04ms
     75%   635.72ms
     90%   677.14ms
     95%   749.80ms
     99%   827.46ms
  HTTP codes:
    1xx - 0, 2xx - 9697, 3xx - 0, 4xx - 0, 5xx - 0
    others - 0
  Throughput:     4.20MB/s

With cache:

Statistics        Avg      Stdev        Max
  Reqs/sec       442.47      55.44     547.63
  Latency      225.64ms    17.11ms   471.31ms
  Latency Distribution
     50%   221.98ms
     75%   230.69ms
     90%   241.19ms
     95%   247.87ms
     99%   273.88ms
  HTTP codes:
    1xx - 0, 2xx - 26642, 3xx - 0, 4xx - 0, 5xx - 0
    others - 0
  Throughput:    11.61MB/s

JSS caching provides a nice x2.7 boost 🚀.

@oliviertassinari oliviertassinari merged commit 24a9be1 into mui:master Oct 14, 2018
@oliviertassinari oliviertassinari deleted the benchmark-real-life branch October 14, 2018 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant