Skip to content

Commit 905394a

Browse files
criylepandadtdyy
andauthored
update hydrojudge hint (#72)
Co-authored-by: panda <[email protected]>
1 parent 03b43ab commit 905394a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/docs/Hydro/plugins/hydrojudge.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ parallelism: 2 # 单评测机评测进程数量
120120

121121
修改完后请重启 Hydro 和 hydrojudge 。
122122

123+
## 调试沙箱环境
124+
125+
如果需要调试沙箱内的编译或者运行错误,可以使用 `hydrojudge terminal` 来打开评测交互终端。该终端运行于与评测环境相同的独立沙箱内。
126+
127+
## 清除数据缓存
128+
129+
若需要清除评测数据缓存,可以使用 `hydrojudge cache prune` 清除 30 天之内未使用的测试数据,需指定天数可添加参数 `--duration=x` 清除 `x` 天数据。
130+
131+
若需清除所有缓存数据,可以使用 `hydrojudge cache clean` 命令。
132+
123133
## 测试数据格式
124134

125135
参照 [测试数据格式](../user/problem/#测试数据格式) 配置。

0 commit comments

Comments
 (0)