release: v0.6.0 — 完全移除 IndexedDB,自研 KVStore 事务存储引擎(多key原子写/快照日志恢复/CRC自愈)+ KVStoreEngine + 旧库迁移工具 + 10万级压力验证 + 崩溃注入e2e
CI / test (20.x) (push) Successful in 10m53s
CI / test (22.x) (push) Successful in 10m47s
CI / test (24.x) (push) Successful in 10m42s
CI / e2e (push) Successful in 10m27s
CI / test (18.x) (push) Successful in 11m1s

This commit is contained in:
thzxx
2026-08-10 13:56:04 +08:00
parent 2668bd47cf
commit 24b3ca1079
74 changed files with 8016 additions and 7688 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>⚡ 性能基准 — MetonaSqlark v0.5.1</title>
<title>⚡ 性能基准 — MetonaSqlark v0.6.0</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='8' fill='%236366f1'/><text x='16' y='22' text-anchor='middle' font-size='20' fill='white'>◈</text></svg>">
<style>
:root {
@@ -116,7 +116,7 @@ const SIZES_FAST = [1000];
const ENGINES = [
['memory', 'memory', 'memory'],
['aria-memory', 'aria', 'memory'],
['aria-indexeddb', 'aria', 'indexeddb'],
['kvstore', 'disk', 'opfs'],
['aria-opfs', 'aria', 'opfs'],
];
@@ -264,7 +264,7 @@ function renderResults(results) {
const GROUP_LABEL = {
'memory': '🚀 Memory 引擎',
'aria-memory': '🌲 Aria 引擎(内存后端)',
'aria-indexeddb': '🌲 Aria 引擎(IndexedDB 后端',
'kvstore': '💾 KVStore 引擎(disk 模式 · OPFS 介质',
'aria-opfs': '🌲 Aria 引擎(OPFS · 4KB 页面化)',
};
let lastMode = '';