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.
Step | -Job | +OS | Time | |
---|---|---|---|---|
Setup Flutter (Before caching) | -test-setup-flutter (ubuntu-latest) | -48s | +ubuntu-latest | +44s |
test-setup-flutter (windows-latest) | -1m 54s | +windows-latest | +74s | |
test-setup-flutter (macos-latest) | -1m 2s | +macos-latest | +60s | |
Setup Flutter (After caching) | -test-setup-flutter (ubuntu-latest) | -9s | +ubuntu-latest | +10s |
test-setup-flutter (windows-latest) | -32s | +windows-latest | +24s | |
test-setup-flutter (macos-latest) | -13s | +macos-latest | +15s |