Skip to content

Commit ed112db

Browse files
committed
update readme
Signed-off-by: Runji Wang <runji@deepseek.com>
1 parent 770aa41 commit ed112db

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://deepseek-ai.github.io/smallpond/)
66
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
77

8-
A lightweight data processing framework built on DuckDB and [3FS].
8+
A lightweight data processing framework built on [DuckDB] and [3FS].
99

1010
## Features
1111

@@ -55,11 +55,15 @@ For detailed guides and API reference:
5555

5656
## Performance
5757

58-
We executed the [Gray Sort benchmark] using [smallpond] on a cluster comprising 50 compute nodes and 25 storage nodes running [3FS]. The benchmark sorted 110.5TiB of data in 30 minutes and 14 seconds, achieving a throughput of 3.66TiB/min.
58+
We evaluated smallpond using the [GraySort benchmark] ([script]) on a cluster comprising 50 compute nodes and 25 storage nodes running [3FS]. The benchmark sorted 110.5TiB of data in 30 minutes and 14 seconds, achieving an average throughput of 3.66TiB/min.
5959

60-
[3FS]: https://github.com/deepseek-ai/3fs
61-
[Gray Sort benchmark]: https://sortbenchmark.org/
62-
[smallpond]: benchmarks/gray_sort_benchmark.py
60+
Details can be found in [3FS - Gray Sort].
61+
62+
[DuckDB]: https://duckdb.org/
63+
[3FS]: https://github.com/deepseek-ai/3FS
64+
[GraySort benchmark]: https://sortbenchmark.org/
65+
[script]: benchmarks/gray_sort_benchmark.py
66+
[3FS - Gray Sort]: https://github.com/deepseek-ai/3FS?tab=readme-ov-file#2-graysort
6367

6468
## Development
6569

0 commit comments

Comments
 (0)