Skip to content

Commit

Permalink
feat(canyon-backend): add compress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 17, 2024
1 parent 07df509 commit 7a8b48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/canyon-backend/test/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pnpm run do-test
```

## 一、压缩耗时
- **Zstd+Protobuf 压缩**13 ms
- **Zstd 直接压缩**6 ms
- **Zstd+Protobuf 压缩**11 ms
- **Zstd 直接压缩**2 ms

可以看出 Zstd 直接压缩在压缩耗时上更具优势。

Expand Down

0 comments on commit 7a8b48f

Please sign in to comment.