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
10. Setzen Sie die `--branch` Option auf den Basis-Branch Namen.
40
+
11. Setzen Sie die `--branch` Option auf den Basis-Branch Namen.
38
41
Siehe [die `--branch` Doku][branch option] für einen vollständigen Überblick.
39
42
(z.B.: `--branch main`)
40
-
11. Setzen Sie die `--testbed` Option auf den Testbed-Namen.
43
+
12. Setzen Sie die `--testbed` Option auf den Testbed-Namen.
41
44
Dies sollte wahrscheinlich mit der in `runs-on` ausgewählten Maschine übereinstimmen.
42
45
Siehe [die `--testbed` Doku][testbed option] für weitere Details.
43
46
(z.B.: `--testbed ubuntu-latest`)
44
-
12. Setzen Sie den Threshold für den `main` Branch, `ubuntu-latest` Testbed und das `latency` Maß:
47
+
13. Setzen Sie den Threshold für den `main` Branch, `ubuntu-latest` Testbed und das `latency` Maß:
45
48
1. Setzen Sie die `--threshold-measure` Option auf das eingebaute `latency` Measure, das von <code><ahref="/de/docs/reference/bencher-metric-format/#bencher-mock">bencher mock</a></code> generiert wird.
46
49
Siehe [die `--threshold-measure` Doku][threshold measure option] für weitere Details.
47
50
(z.B.: `--threshold-measure latency`)
@@ -57,25 +60,26 @@ Diese historische Basislinie kann dann verwendet werden, um Leistungsregressione
57
60
5. Setzen Sie die `--thresholds-reset` Flag, damit nur der angegebene Threshold aktiv ist.
58
61
Siehe [die `--thresholds-reset` Doku][thresholds reset] für einen vollständigen Überblick.
59
62
(z.B.: `--thresholds-reset`)
60
-
13. Setzen Sie die `--err` Flag, damit der Befehl fehlschlägt, wenn ein Alert generiert wird.
63
+
14. Setzen Sie die `--err` Flag, damit der Befehl fehlschlägt, wenn ein Alert generiert wird.
61
64
Siehe [die `--err` Doku][alert err] für einen vollständigen Überblick.
62
65
(z.B.: `--err`)
63
-
14. Setzen Sie die `--adapter` Option auf das [Bencher Metric Format JSON (`json`)][bmf], das von <code><ahref="/de/docs/reference/bencher-metric-format/#bencher-mock">bencher mock</a></code> generiert wird.
66
+
15. Setzen Sie die `--adapter` Option auf das [Bencher Metric Format JSON (`json`)][bmf], das von <code><ahref="/de/docs/reference/bencher-metric-format/#bencher-mock">bencher mock</a></code> generiert wird.
64
67
Siehe [benchmark harness adapters][adapter json] für einen vollständigen Überblick.
65
68
(z.B.: `--adapter json`)
66
-
15. Setzen Sie die `--github-actions` Option auf das GitHub API-Authentifizierungstoken, um Ergebnisse als GitHub Checks Kommentar zu posten, mithilfe
69
+
16. Setzen Sie die `--github-actions` Option auf das GitHub API-Authentifizierungstoken, um Ergebnisse als GitHub Checks Kommentar zu posten, mithilfe
67
70
der [GitHub Actions `GITHUB_TOKEN` Umgebungsvariable][github token].
68
71
Siehe [die `--github-actions` Doku][github actions option] für weitere Details.
10. Set the `--branch` option to the base Branch name.
40
+
11. Set the `--branch` option to the base Branch name.
38
41
See [the `--branch` docs][branch option] for a full overview.
39
42
(ex: `--branch main`)
40
-
11. Set the `--testbed` option to the Testbed name.
43
+
12. Set the `--testbed` option to the Testbed name.
41
44
This should likely match the machine selected in `runs-on`.
42
45
See [the `--tested` docs][testbed option] for more details.
43
46
(ex: `--testbed ubuntu-latest`)
44
-
12. Set the Threshold for the `main` Branch, `ubuntu-latest` Testbed, and `latency` Measure:
47
+
13. Set the Threshold for the `main` Branch, `ubuntu-latest` Testbed, and `latency` Measure:
45
48
1. Set the `--threshold-measure` option to the built-in `latency` Measure that is generated by <code><ahref="/docs/reference/bencher-metric-format/#bencher-mock">bencher mock</a></code>.
46
49
See [the `--threshold-measure` docs][threshold measure option] for more details.
47
50
(ex: `--threshold-measure latency`)
@@ -57,22 +60,23 @@ This historical baseline can then be used to detect performance regressions in P
57
60
5. Set the `--thresholds-reset` flag so that only the specified Threshold is active.
58
61
See [the `--thresholds-reset` docs][thresholds reset] for a full overview.
59
62
(ex: `--thresholds-reset`)
60
-
13. Set the `--err` flag to fail the command if an Alert is generated.
63
+
14. Set the `--err` flag to fail the command if an Alert is generated.
61
64
See [the `--err` docs][alert err] for a full overview.
62
65
(ex: `--err`)
63
-
14. Set the `--adapter` option to [Bencher Metric Format JSON (`json`)][bmf] that is generated by <code><ahref="/docs/reference/bencher-metric-format/#bencher-mock">bencher mock</a></code>.
66
+
15. Set the `--adapter` option to [Bencher Metric Format JSON (`json`)][bmf] that is generated by <code><ahref="/docs/reference/bencher-metric-format/#bencher-mock">bencher mock</a></code>.
64
67
See [benchmark harness adapters][adapter json] for a full overview.
65
68
(ex: `--adapter json`)
66
-
15. Set the `--github-actions` option to the GitHub API authentication token to post results as a GitHub Checks comment using
69
+
16. Set the `--github-actions` option to the GitHub API authentication token to post results as a GitHub Checks comment using
0 commit comments