Skip to content

docs: add documentation for stress testing settings #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hugo
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions content/docs/preferences/actions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,25 @@ If you switch to the correct tab when solving a problem, with this setting enabl
Hide the time of the stopwatch and only show the time when the "Show" button is pressed.

This may reduce distractions caused by stopwatch updates.

## Stress Testing

### Programming language for the template

The programming language used for the generator template.

### Path to the template file

See [Template Path](../language/#template-path).

### Template Cursor Position Regex

See [Template Cursor Position](../language/#template-cursor-position).

### Template Cursor Position Offset Type

See [Template Cursor Position](../language/#template-cursor-position).

### Template Cursor Position Offset Characters

See [Template Cursor Position](../language/#template-cursor-position).
22 changes: 22 additions & 0 deletions content/docs/preferences/actions/_index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,25 @@ weight: 40
隐藏计时结果,只在“显示”按钮按下时显示。

这或许可以避免计时结果更新使人分心。

## 对拍

### 模版使用的编程语言

数据生成器模版使用的编程语言

### 模板路径

参见 [模板路径](../language/#template-path)。

### 使用模板时光标初始位置定位使用的正则表达式

参见 [使用模板时的光标初始位置](../language/#使用模板时的光标初始位置)。

### 使用模板时光标初始位置的偏移类型

参见 [使用模板时的光标初始位置](../language/#使用模板时的光标初始位置)。

### 使用模板时光标初始位置的偏移字符量

参见 [使用模板时的光标初始位置](../language/#使用模板时的光标初始位置)。