Skip to content

Commit 81699f5

Browse files
Update changelog
1 parent a0b6d6a commit 81699f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Changes in the benchmark methodology or presentation, as well as major news.
44

5+
### 2026-05-08
6+
Refactored directory structure to keep every historical result - they are organized in directories `system/results/YYYYMMDD/*.json` for each date. Compared to using git history, this unifies the format and structure of the results, making them ready for analysis. You can analyze it with clickhouse-local: `ch "SELECT * FROM '*/results/*/*.json'"` or export the data: `ch "SELECT * FROM '*/results/*/*.json' ORDER BY _path INTO OUTFILE 'results.parquet'"` (Alexey Milovidov).
7+
58
### 2025-12-10
69
Added the first GPU database to the benchmark, Sirius (Yifei Yang). Added a new selector, which allows to choose CPU or GPU databases in the report (Robert Schulze).
710

0 commit comments

Comments
 (0)