release: v0.6.0 — 完全移除 IndexedDB,自研 KVStore 事务存储引擎(多key原子写/快照日志恢复/CRC自愈)+ KVStoreEngine + 旧库迁移工具 + 10万级压力验证 + 崩溃注入e2e
This commit is contained in:
+3
-3
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user