···1616 appbsky "github.com/bluesky-social/indigo/api/bsky"
1717 "github.com/bluesky-social/indigo/repo"
1818 "github.com/bluesky-social/indigo/util"
1919- sqlbs "github.com/ipfs/go-bs-sqlite3"
1919+ //sqlbs "github.com/ipfs/go-bs-sqlite3"
2020 "github.com/ipfs/go-cid"
2121 flatfs "github.com/ipfs/go-ds-flatfs"
2222 blockstore "github.com/ipfs/go-ipfs-blockstore"
···452452 }
453453}
454454455455+/* NOTE(bnewbold): this depends on github.com/ipfs/go-bs-sqlite3, which rewrote git history (?) breaking the dependency tree. We can roll forward, but that will require broad dependency updates. So for now just removing this benchmark/perf test.
455456func BenchmarkRepoWritesSqlite(b *testing.B) {
456457 ctx := context.TODO()
457458···489490 head = nroot
490491 }
491492}
493493+*/
492494493495func TestDuplicateBlockAcrossShards(ot *testing.T) {
494496 ctx := context.TODO()