Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

benchmark: cronet benchmarks and comparison with dart:io #8

Merged
merged 13 commits into from
Jul 13, 2021

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    800a8c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7aea25 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    4668399 View commit details
    Browse the repository at this point in the history
  2. benchmarks: future delayed to completer

    Though, future delayed gives us most "time accurate" and faster results,
    it doesn't ensures if "late" requests are returned or not. As, we are
    gradually incrementing the no. of spawned tasks in each loop, we must
    ensure that everything is cleaned up from the previous test.
    unsuitable001 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2ac4323 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    510b168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9d1f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    cb4d7d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    ffbbb22 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    720dd15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f3fc45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e170d4a View commit details
    Browse the repository at this point in the history
  4. add macos to readme

    unsuitable001 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fd05e7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6587faf View commit details
    Browse the repository at this point in the history