mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-04 22:04:56 +00:00
refactor: fix bench type err
This commit is contained in:
parent
18d32384a5
commit
d0e83076ee
1 changed files with 1 additions and 1 deletions
|
@ -75,6 +75,6 @@ Deno.bench(
|
||||||
Deno.bench(
|
Deno.bench(
|
||||||
"[Decode.Snapshot] Loro WASM decode snapshot Automerge dataset",
|
"[Decode.Snapshot] Loro WASM decode snapshot Automerge dataset",
|
||||||
() => {
|
() => {
|
||||||
Loro.importSnapshot(snapshot);
|
loro.importSnapshot(snapshot);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue