-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
456 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
services/console/src/chunks/docs-how-to/install-cli/cli-github-actions-version.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
```yaml | ||
- uses: bencherdev/bencher@main | ||
with: | ||
version: 0.4.21 | ||
version: 0.4.28 | ||
``` |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/de/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac, & Unix | ||
Für Linux, Mac und andere Unix-ähnliche Systeme führen Sie Folgendes in Ihrem Terminal aus: | ||
|
||
<CliUnixScript /> | ||
|
||
Es gibt eine optionale `BENCHER_VERSION`-Umgebungsvariable, um eine genaue Version des Bencher-CLI zu spezifizieren. | ||
Andernfalls wird standardmäßig die neueste CLI-Version verwendet. | ||
Spezifizieren Sie eine genaue Version nur, wenn Sie [Bencher *Self-Hosted*][bencher self hosted] verwenden. | ||
Spezifizieren Sie __keine__ genaue Version, wenn Sie Bencher *Cloud* verwenden, da es dort immer noch gelegentliche Breaking Changes gibt. | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Für Windows-Systeme führen Sie Folgendes in einem _PowerShell_-Terminal aus: | ||
|
||
<CliWindowsScript /> | ||
|
||
Es gibt eine optionale `BENCHER_VERSION`-Umgebungsvariable, um eine genaue Version des Bencher-CLI zu spezifizieren. | ||
Andernfalls wird standardmäßig die neueste CLI-Version verwendet. | ||
Spezifizieren Sie eine genaue Version nur, wenn Sie [Bencher *Self-Hosted*][bencher self hosted] verwenden. | ||
Spezifizieren Sie __keine__ genaue Version, wenn Sie Bencher *Cloud* verwenden, da es dort immer noch gelegentliche Breaking Changes gibt. | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Wenn Sie einen Fehler erhalten, der besagt, dass `running scripts is disabled on this system`: | ||
> - `Öffnen Sie Powershell` mit `Als Administrator ausführen` | ||
> - Führen Sie aus: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Geben Sie ein: `Y` | ||
> - Führen Sie dieses Skript erneut aus | ||
[bencher self hosted]: /de/docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/en/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac, & Unix | ||
For Linux, Mac, and other Unix-like systems run the following in your terminal: | ||
|
||
<CliUnixScript /> | ||
|
||
There is an optional `BENCHER_VERSION` environment variable to specify an exact version of the Bencher CLI to use. | ||
Otherwise, it will default to using the latest CLI version. | ||
Specify an exact version if and only if using [Bencher *Self-Hosted*][bencher self hosted]. | ||
Do __not__ specify an exact version if using Bencher *Cloud* as there are still occasional breaking changes. | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
For Windows systems run the following in a _PowerShell_ terminal: | ||
|
||
<CliWindowsScript /> | ||
|
||
There is an optional `BENCHER_VERSION` environment variable to specify an exact version of the Bencher CLI to use. | ||
Otherwise, it will default to using the latest CLI version. | ||
Specify an exact version if and only if using [Bencher *Self-Hosted*][bencher self hosted]. | ||
Do __not__ specify an exact version if using Bencher *Cloud* as there are still occasional breaking changes. | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 If you get an error that says `running scripts is disabled on this system`: | ||
> - `Open Powershell` with `Run as Administrator` | ||
> - Run: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Enter: `Y` | ||
> - Rerun this script | ||
[bencher self hosted]: /docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/es/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac, y Unix | ||
Para Linux, Mac y otros sistemas similares a Unix, ejecuta lo siguiente en tu terminal: | ||
|
||
<CliUnixScript /> | ||
|
||
Hay una variable de entorno opcional `BENCHER_VERSION` para especificar una versión exacta del CLI de Bencher a utilizar. | ||
De lo contrario, se usará por defecto la última versión del CLI. | ||
Especifica una versión exacta solamente si estás utilizando [Bencher *Self-Hosted*][bencher self hosted]. | ||
No __especifiques__ una versión exacta si usas Bencher *Cloud*, ya que todavía hay cambios de ruptura ocasionales. | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Para sistemas Windows ejecuta lo siguiente en una terminal _PowerShell_: | ||
|
||
<CliWindowsScript /> | ||
|
||
Hay una variable de entorno opcional `BENCHER_VERSION` para especificar una versión exacta del CLI de Bencher a utilizar. | ||
De lo contrario, se usará por defecto la última versión del CLI. | ||
Especifica una versión exacta solamente si estás utilizando [Bencher *Self-Hosted*][bencher self hosted]. | ||
No __especifiques__ una versión exacta si usas Bencher *Cloud*, ya que todavía hay cambios de ruptura ocasionales. | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Si obtienes un error que dice `running scripts is disabled on this system`: | ||
> - `Abre Powershell` con `Ejecutar como Administrador` | ||
> - Ejecuta: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Introduce: `Y` | ||
> - Vuelve a ejecutar este script | ||
[bencher self hosted]: /es/docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/fr/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac, & Unix | ||
Pour Linux, Mac et autres systèmes de type Unix, exécutez ce qui suit dans votre terminal : | ||
|
||
<CliUnixScript /> | ||
|
||
Il existe une variable d'environnement optionnelle `BENCHER_VERSION` pour spécifier une version exacte du CLI de Bencher à utiliser. | ||
Sinon, la version la plus récente du CLI sera utilisée par défaut. | ||
Spécifiez une version exacte si et seulement si vous utilisez [Bencher *Self-Hosted*][bencher self hosted]. | ||
Ne spécifiez __pas__ de version exacte si vous utilisez Bencher *Cloud*, car il y a encore des changements majeurs occasionnels. | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Pour les systèmes Windows, exécutez ce qui suit dans un terminal _PowerShell_ : | ||
|
||
<CliWindowsScript /> | ||
|
||
Il existe une variable d'environnement optionnelle `BENCHER_VERSION` pour spécifier une version exacte du CLI de Bencher à utiliser. | ||
Sinon, la version la plus récente du CLI sera utilisée par défaut. | ||
Spécifiez une version exacte si et seulement si vous utilisez [Bencher *Self-Hosted*][bencher self hosted]. | ||
Ne spécifiez __pas__ de version exacte si vous utilisez Bencher *Cloud*, car il y a encore des changements majeurs occasionnels. | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Si vous obtenez une erreur indiquant que `running scripts is disabled on this system` : | ||
> - `Ouvrez Powershell` avec `Exécuter en tant qu'administrateur` | ||
> - Exécutez : `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Entrez : `Y` | ||
> - Réexécutez ce script | ||
[bencher self hosted]: /fr/docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/ja/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux、Mac、およびUnix | ||
Linux、Mac、および他のUnixライクなシステムの場合は、以下を端末で実行してください: | ||
|
||
<CliUnixScript /> | ||
|
||
`BENCHER_VERSION` 環境変数を使って、使用するBencher CLIの正確なバージョンを指定することができます。 | ||
そうでない場合は、デフォルトで最新のCLIバージョンが使用されます。 | ||
[ベンチャー *セルフホステッド*][bencher self hosted] を使用している場合にのみ、正確なバージョンを指定してください。 | ||
ベンチャー *クラウド* を使用している場合は、まだ時折致命的な変更があるため、正確なバージョンを指定しないでください。 | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Windowsシステムでは、_PowerShell_ ターミナルで以下を実行してください: | ||
|
||
<CliWindowsScript /> | ||
|
||
`BENCHER_VERSION` 環境変数を使って、使用するBencher CLIの正確なバージョンを指定することができます。 | ||
そうでない場合は、デフォルトで最新のCLIバージョンが使用されます。 | ||
[ベンチャー *セルフホステッド*][bencher self hosted] を使用している場合にのみ、正確なバージョンを指定してください。 | ||
ベンチャー *クラウド* を使用している場合は、まだ時折致命的な変更があるため、正確なバージョンを指定しないでください。 | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 `running scripts is disabled on this system` というエラーが発生した場合: | ||
> - `管理者として実行`で`Powershellを開く` | ||
> - 実行: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - 入力: `Y` | ||
> - このスクリプトを再実行 | ||
[bencher self hosted]: /ja/docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/ko/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac, & Unix | ||
Linux, Mac, 및 다른 유닉스 계열 시스템에서는 터미널에서 다음 명령을 실행하세요: | ||
|
||
<CliUnixScript /> | ||
|
||
Bencher CLI의 정확한 버전을 지정하기 위한 선택적 `BENCHER_VERSION` 환경 변수가 있습니다. | ||
그렇지 않으면 기본적으로 최신 CLI 버전을 사용하게 됩니다. | ||
[Bencher *Self-Hosted*를][bencher self hosted] 사용하는 경우에만 정확한 버전을 지정하세요. | ||
Bencher *Cloud*를 사용하는 경우에는 여전히 가끔 깨지는 변경사항이 있기 때문에 정확한 버전을 지정하지 마세요. | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Windows 시스템에서는 _PowerShell_ 터미널에서 다음 명령을 실행하세요: | ||
|
||
<CliWindowsScript /> | ||
|
||
Bencher CLI의 정확한 버전을 지정하기 위한 선택적 `BENCHER_VERSION` 환경 변수가 있습니다. | ||
그렇지 않으면 기본적으로 최신 CLI 버전을 사용하게 됩니다. | ||
[Bencher *Self-Hosted*를][bencher self hosted] 사용하는 경우에만 정확한 버전을 지정하세요. | ||
Bencher *Cloud*를 사용하는 경우에는 여전히 가끔 깨지는 변경사항이 있기 때문에 정확한 버전을 지정하지 마세요. | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 `running scripts is disabled on this system`라는 오류가 발생하면: | ||
> - `관리자 권한으로 실행`하여 `Powershell 열기` | ||
> - 실행: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - 입력: `Y` | ||
> - 이 스크립트를 다시 실행하세요. | ||
[bencher self hosted]: /ko/docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/pt/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac, & Unix | ||
Para sistemas Linux, Mac e outros do tipo Unix, execute o seguinte no seu terminal: | ||
|
||
<CliUnixScript /> | ||
|
||
Existe uma variável de ambiente opcional `BENCHER_VERSION` para especificar uma versão exata do Bencher CLI a ser usada. | ||
Caso contrário, ele usará a versão mais recente do CLI por padrão. | ||
Especifique uma versão exata somente se estiver usando o [Bencher *Self-Hosted*][bencher self hosted]. | ||
__Não__ especifique uma versão exata se estiver utilizando o Bencher *Cloud*, pois ainda ocorrem mudanças de ruptura ocasionais. | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Para sistemas Windows, execute o seguinte em um terminal *PowerShell*: | ||
|
||
<CliWindowsScript /> | ||
|
||
Existe uma variável de ambiente opcional `BENCHER_VERSION` para especificar uma versão exata do Bencher CLI a ser usada. | ||
Caso contrário, ele usará a versão mais recente do CLI por padrão. | ||
Especifique uma versão exata somente se estiver usando o [Bencher *Self-Hosted*][bencher self hosted]. | ||
__Não__ especifique uma versão exata se estiver utilizando o Bencher *Cloud*, pois ainda ocorrem mudanças de ruptura ocasionais. | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Se você receber um erro dizendo `running scripts is disabled on this system`: | ||
> - `Abra o Powershell` com `Executar como Administrador` | ||
> - Execute: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Digite: `Y` | ||
> - Execute novamente este script | ||
[bencher self hosted]: /pt/docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/ru/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac, & Unix | ||
Для Linux, Mac и других Unix-подобных систем выполните следующее в вашем терминале: | ||
|
||
<CliUnixScript /> | ||
|
||
Существует необязательная переменная окружения `BENCHER_VERSION` для указания конкретной версии Bencher CLI. | ||
В противном случае по умолчанию будет использоваться последняя версия CLI. | ||
Укажите конкретную версию, только если используете [Bencher *Self-Hosted*][bencher self hosted]. | ||
__Не__ указывайте конкретную версию, если используете Bencher *Cloud*, так как могут быть редкие изменения, нарушающие совместимость. | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Для систем Windows выполните следующее в терминале _PowerShell_: | ||
|
||
<CliWindowsScript /> | ||
|
||
Существует необязательная переменная окружения `BENCHER_VERSION` для указания конкретной версии Bencher CLI. | ||
В противном случае по умолчанию будет использоваться последняя версия CLI. | ||
Укажите конкретную версию, только если используете [Bencher *Self-Hosted*][bencher self hosted]. | ||
__Не__ указывайте конкретную версию, если используете Bencher *Cloud*, так как могут быть редкие изменения, нарушающие совместимость. | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Если вы получаете ошибку с сообщением `running scripts is disabled on this system`: | ||
> - `Откройте Powershell` с правами администратора | ||
> - Выполните: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Введите: `Y` | ||
> - Перезапустите скрипт | ||
[bencher self hosted]: /ru/docs/explanation/bencher-self-hosted/ |
38 changes: 38 additions & 0 deletions
38
services/console/src/chunks/docs-how-to/install-cli/zh/cli-install-scripts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import CliUnixScript from "../../../general/cli-unix-script.mdx"; | ||
import CliUnixScriptVersion from "../../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScript from "../../../general/cli-windows-script.mdx"; | ||
import CliWindowsScriptVersion from "../../../general/cli-windows-script-version.mdx"; | ||
|
||
### Linux, Mac 和 Unix | ||
对于 Linux、Mac 和其他类 Unix 系统,请在终端中运行以下命令: | ||
|
||
<CliUnixScript /> | ||
|
||
有一个可选的 `BENCHER_VERSION` 环境变量可以指定要使用的 Bencher CLI 的确切版本。 | ||
否则,它将默认使用最新的 CLI 版本。 | ||
如果且仅当使用 [Bencher *自托管*][bencher self hosted] 时指定一个确切版本。 | ||
如果使用 Bencher *云*,则__不要__指定确切版本,因为仍存在偶尔的不兼容更改。 | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
对于 Windows 系统,请在 _PowerShell_ 终端中运行以下命令: | ||
|
||
<CliWindowsScript /> | ||
|
||
有一个可选的 `BENCHER_VERSION` 环境变量可以指定要使用的 Bencher CLI 的确切版本。 | ||
否则,它将默认使用最新的 CLI 版本。 | ||
如果且仅当使用 [Bencher *自托管*][bencher self hosted] 时指定一个确切版本。 | ||
如果使用 Bencher *云*,则__不要__指定确切版本,因为仍然存在偶尔的不兼容更改。 | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 如果出现错误提示 `该系统上禁用了运行脚本`: | ||
> - 以 `管理员身份运行` `打开 PowerShell` | ||
> - 运行:`Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - 输入:`Y` | ||
> - 重新运行此脚本 | ||
[bencher self hosted]: /zh/docs/explanation/bencher-self-hosted/ |
5 changes: 5 additions & 0 deletions
5
services/console/src/chunks/docs-reference/changelog/en/changelog.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
services/console/src/chunks/docs-tutorial/qs-cli-version-output.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
``` | ||
$ bencher --version | ||
bencher 0.4.21 | ||
bencher 0.4.28 | ||
``` |
Oops, something went wrong.