Skip to content

Commit 661ce15

Browse files
authored
Update README.md
1 parent 260047e commit 661ce15

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Benchmarks: build speed, search latency, wildcard, range queries, and aggregatio
1515
</div>
1616

1717
---
18+
<p align="center">
19+
<img src="flatbench-report-preview.png" alt="Flatbench Report Viewer" width="100%" />
20+
</p>
1821

1922
## Install
2023

@@ -214,10 +217,6 @@ output/
214217

215218
**Local:** Run `flatbench serve --port 8080` or open `report_viewer.html` directly in browser.
216219

217-
<p align="center">
218-
<img src="flatbench-report-preview.png" alt="Flatbench Report Viewer" width="100%" />
219-
</p>
220-
221220
---
222221

223222
## Build Static Site
@@ -315,4 +314,4 @@ Then add to `--engines` list: `--engines flatseek,myengine,...`
315314
- **Correctness matters:** Flatseek is the only engine with zero correctness errors. Tantivy misses 99.4% of range query hits.
316315
- **Search:** Tantivy fastest (0.7ms p50), but wrong. Flatseek second-fastest correct (7.9ms).
317316
- **Build:** Tantivy wins (21s for 500K), but Flatseek build is reasonable (217s).
318-
- **Aggregation:** Competitors (ES, tantivy) are 20–300× faster — Flatseek aggregation is a known weakness.
317+
- **Aggregation:** Competitors (ES, tantivy) are 20–300× faster — Flatseek aggregation is a known weakness.

0 commit comments

Comments
 (0)