Skip to content

Commit

Permalink
Merge pull request #159 from ByteStorage/sjc-dev
Browse files Browse the repository at this point in the history
doc: update readme
  • Loading branch information
sjcsjc123 authored Jul 6, 2023
2 parents 96e185c + 20e2192 commit 5dc36e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ func main() {
}
}
```
>You can also run this command.
```shell
./build.sh
```

## 🚀 Performance test

Expand Down
5 changes: 4 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ func main() {


```

>你也可以执行以下命令。
```shell
./build.sh
```
## 🚀 性能测试

我们对V1.0.4版本的FlyDB做了一个简单的性能测试。本次测试主要针对大规模数据的读写,我们随机选取了50万条数据进行测试。
Expand Down

0 comments on commit 5dc36e4

Please sign in to comment.