You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,29 @@ Collect and monitor metrics about Bevy
4
4
5
5
## How It Works
6
6
7
-
- Commits on which to collect metrics are pushed as files to the [`queue` branch](https://github.com/mockersf/twitcher/tree/queue)
7
+
- Commits on which to collect metrics are pushed as files to the [`queue` branch](https://github.com/bevyengine/twitcher/tree/queue)
8
8
- A GitHub action will push new commits from the Bevy repositoty every hour
9
9
- Additional commits can be pushed to collect metrics about history or more commits
10
10
- Dedicated hardware checks out the queue branch and runs the metrics collection process
11
-
- Results are pushed to the [`results` branch](https://github.com/mockersf/twitcher/tree/results), and the commit finished is removed from the [`queue` branch](https://github.com/mockersf/twitcher/tree/queue)
12
-
- A static website is built from the [`results` branch](https://github.com/mockersf/twitcher/tree/results) and deployed on GitHub Pages
11
+
- Results are pushed to the [`results` branch](https://github.com/bevyengine/twitcher/tree/results), and the commit finished is removed from the [`queue` branch](https://github.com/bevyengine/twitcher/tree/queue)
12
+
- A static website is built from the [`results` branch](https://github.com/bevyengine/twitcher/tree/results) and deployed on GitHub Pages
13
13
14
14
## How Can You Trigger Metrics Collection On A Commit
15
15
16
-
Open a PR on the [`queue` branch](https://github.com/mockersf/twitcher/tree/queue) adding a file with the commit you want as a filename.
16
+
Open a PR on the [`queue` branch](https://github.com/bevyengine/twitcher/tree/queue) adding a file with the commit you want as a filename.
17
17
18
18
## How Can You Help
19
19
20
20
### Metrics Collection
21
21
22
22
You can open an issue suggesting a new metric to collect, or a PR to implement it.
23
23
24
-
They are tagged with the [`Metrics`](https://github.com/mockersf/twitcher/issues?q=state%3Aopen%20label%3AMetrics) label.
24
+
They are tagged with the [`Metrics`](https://github.com/bevyengine/twitcher/issues?q=state%3Aopen%20label%3AMetrics) label.
25
25
26
26
### Website
27
27
28
-
Improvements about the website are tagged with the [`Website`](https://github.com/mockersf/twitcher/issues?q=state%3Aopen%20label%3AWebsite) label.
28
+
Improvements about the website are tagged with the [`Website`](https://github.com/bevyengine/twitcher/issues?q=state%3Aopen%20label%3AWebsite) label.
29
29
30
30
### Collector
31
31
32
-
Improvements about the collector are tagged with the [`Collector`](https://github.com/mockersf/twitcher/issues?q=state%3Aopen%20label%3ACollector) label.
32
+
Improvements about the collector are tagged with the [`Collector`](https://github.com/bevyengine/twitcher/issues?q=state%3Aopen%20label%3ACollector) label.
0 commit comments