From cf0bdb105548afe4f707b8952b6f352a4439ca65 Mon Sep 17 00:00:00 2001 From: Carter Li Date: Thu, 27 Aug 2026 11:10:16 +0800 Subject: [PATCH] Initialize gh-pages --- .gitignore | 3 +++ README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..cbdb7ceb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.cache +/.vscode +/build* diff --git a/README.md b/README.md new file mode 100644 index 000000000..c7f452291 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Fastfetch Benchmark Data + +This branch stores continuous performance benchmark data for Fastfetch on Linux, macOS, and Windows. + +The data is generated and updated automatically by GitHub Actions. Please do not edit generated benchmark files manually. + +## Benchmark Dashboard + + + +## Metrics + +The benchmark data includes: + +- Execution time for each Fastfetch module, measured in milliseconds; +- Total Fastfetch process execution time, measured in milliseconds. + +All metrics use the “smaller is better” comparison mode. + +## Update Workflow + +Benchmark data is generated from the `dev` branch CI workflow and updated after all platform build jobs have completed. + +Related workflow files: + +- `.github/workflows/build-benchmark.yml` +- `.github/workflows/ci.yml` + +Commit information and dates are recorded automatically by the Continuous Benchmark Action.