Skip to content

Commit

Permalink
Merge branch 'compare-ci:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nafeef123 authored Sep 12, 2024
2 parents ae58e5f + 8a9a6db commit 9e7497a
Show file tree
Hide file tree
Showing 5 changed files with 8,957 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger-projects.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Trigger projects
on:
push:
workflow_dispatch:
repository_dispatch:
schedule:
- cron: "28 */4 * * *"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**As of April 4th 2022, this is disabled and won't be updating anymore**

Compare CI is an organisation that allows you to take a build on a repository and run it against multiple providers at regular intervals and compare the results.

At scheduled intervals, it sends a pull request to each repo in this org (except `admin`). It then collates the time it took to do each build on an issue. It then repeats this so you can compare the performance of each CI over time with the exact same build.
Expand Down
Loading

0 comments on commit 9e7497a

Please sign in to comment.