Skip to content

Commit 065ec6e

Browse files
authored
Merge branch 'matrix-org:main' into refactor/improve_performance_sqlite_db
2 parents a2a8928 + 669ebf2 commit 065ec6e

File tree

121 files changed

+5377
-1900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+5377
-1900
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
benchmark:
1717
- crypto_bench
1818
- event_cache
19+
- linked_chunk
20+
- store_bench
21+
- timeline
1922

2023
steps:
2124
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
uses: actions/checkout@v4
291291

292292
- name: Check the spelling of the files in our repo
293-
uses: crate-ci/typos@v1.34.0
293+
uses: crate-ci/typos@v1.35.0
294294

295295
lint:
296296
name: Lint

0 commit comments

Comments
 (0)