Add documents for /server

This commit is contained in:
Tnze
2021-12-15 15:07:39 +08:00
parent f7bdf676cc
commit 1aebedb5b0
9 changed files with 82 additions and 52 deletions

View File

@ -27,7 +27,7 @@ func TestColumn(t *testing.T) {
}
func BenchmarkColumn_Load(b *testing.B) {
// Test how many time we load a chunk
// Test how many times we load a chunk
var c Column
r, err := region.Open("testdata/region/r.-1.-1.mca")
if err != nil {