Skip to content

Commit

Permalink
Merge pull request #118 from serenity-kit/improve-benchmarks
Browse files Browse the repository at this point in the history
Improve benchmarks
  • Loading branch information
nikgraf authored Aug 21, 2024
2 parents 28284d1 + 2364144 commit 97563d0
Show file tree
Hide file tree
Showing 9 changed files with 144 additions and 10 deletions.
4 changes: 3 additions & 1 deletion benchmarks/snapshots/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
automerge.*.json
yjs.*.json
yjs2.*.json
yjs2.*.json
secsync.automerge*.json
secsync.yjs2.*.json
2 changes: 1 addition & 1 deletion benchmarks/snapshots/initData.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function main() {
const y2DocWithoutLastChanges = new y.Doc();

// NOTE: reduce the amount of changes used
txns = txns.slice(0, 10000);
// txns = txns.slice(0, 10000);

// // yjs
// yDoc.on("update", function (updateMessage) {
Expand Down
1 change: 0 additions & 1 deletion benchmarks/snapshots/secsync.automerge.changes.json

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/snapshots/secsync.automerge.snapshot.json

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/snapshots/secsync.yjs2.changes.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit 97563d0

Please sign in to comment.