From 881c3849cfc05497915340c14c5deabd9ee1b161 Mon Sep 17 00:00:00 2001 From: Hrishikesh Kadam Date: Sat, 25 Mar 2023 19:16:16 +0530 Subject: [PATCH] Update stats in README --- README.md | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5b97569..62606b6 100644 --- a/README.md +++ b/README.md @@ -12,42 +12,46 @@ Windows - 1 minute counted as 2 regular minutes. macOS - 1 minute counted as 10 regular minutes. Usage for the month can be seen in https://github.com/settings/billing -Stats from workflow runs of before and after caching - +Below are the stats of before and after caching based on the following conditions - +1. Time is the lowest recorded time of the 'Setup Flutter' step, from + the multiple runs of [ci-compare.yml] workflow. +2. Ran on the same SHA of the Action. +3. Ran on the same ref(SHA) of the Flutter SDK. - + - - + + - - + + - - + + - - + + - - + + - - + +
StepJobOS Time
Setup Flutter (Before caching)test-setup-flutter (ubuntu-latest)48subuntu-latest44s
test-setup-flutter (windows-latest)1m 54swindows-latest74s
test-setup-flutter (macos-latest)1m 2smacos-latest60s
Setup Flutter (After caching)test-setup-flutter (ubuntu-latest)9subuntu-latest10s
test-setup-flutter (windows-latest)32swindows-latest24s
test-setup-flutter (macos-latest)13smacos-latest15s
@@ -55,11 +59,12 @@ Stats from workflow runs of before and after caching - # Please Note -- Flutter is installed via GitHub repository source and not via `https://storage.googleapis.com` source. The later source comes with [Installation Bundles]. +- Flutter is installed via GitHub repository source and not via `https://storage.googleapis.com` source. + The later source comes with [Installation Bundles]. See also, [Flutter's Official Installation]. - GitHub will remove any cache entries that have not been accessed in over 7 days. - This action is intended for the **GitHub-hosted runners**. - Not tested on the **Self-hosted runners**. + Not tested on the **Self-hosted runners** yet. # Usage @@ -304,6 +309,6 @@ steps: # will execute `flutter precache --linux --web` ``` - +[ci-compare.yml]: https://github.com/hrishikesh-kadam/setup-flutter/blob/main/.github/workflows/ci-compare.yml [Installation Bundles]: https://github.com/flutter/flutter/wiki/Flutter-Installation-Bundles [Flutter's Official Installation]: https://docs.flutter.dev/get-started/install