git bisect start
# status: waiting for both good and bad commits
# bad: [8f923ededfe3d2534906c30ad4ac735af2d806e4] update thirdparty
git bisect bad 8f923ededfe3d2534906c30ad4ac735af2d806e4
# status: waiting for good commit(s), bad commit known
# good: [8371941064a32e56fc20306a590d19c8ccbc40b6] Update ThirdParty.json
git bisect good 8371941064a32e56fc20306a590d19c8ccbc40b6
# bad: [17b7dd6f67e6e4a49b1002e11621297888121d5a] Merge branch 'main' into edge_line_unique_VAO
git bisect bad 17b7dd6f67e6e4a49b1002e11621297888121d5a
# good: [f3e807fe78a67b50d17288e583d966fe6b62077e] Merge branch 'main' into edge_line_unique_VAO
git bisect good f3e807fe78a67b50d17288e583d966fe6b62077e
# bad: [c6cb440d0c01c27f162c5cc8351d13d8c09f92bb] Merge pull request #12957 from CesiumGS/small-gulpfile-updates
git bisect bad c6cb440d0c01c27f162c5cc8351d13d8c09f92bb
# good: [ecdabc4e8c052fba49ac41deac3c9ec9be21dd62] Merge branch 'main' into fix-hidden-label-background
git bisect good ecdabc4e8c052fba49ac41deac3c9ec9be21dd62
# skip: [0646fcaa99dce13412abfd8877405c82b4a7d50c] Merge branch 'main' into depth-picking-performance
git bisect skip 0646fcaa99dce13412abfd8877405c82b4a7d50c
# skip: [5cdf7ea4fdda31ae206eeba26aaa337052660675] Merge branch 'main' into depth-picking-performance
git bisect skip 5cdf7ea4fdda31ae206eeba26aaa337052660675
# good: [8817a88aed70707b079ec9ddf0876e8cc5a51c4c] Update ReleaseSchedule.md
git bisect good 8817a88aed70707b079ec9ddf0876e8cc5a51c4c
# bad: [34945ad3faa958c859bd6a58660d28198f940a90] Fix missing tsconfig lib and other jsdoc error
git bisect bad 34945ad3faa958c859bd6a58660d28198f940a90
# skip: [1e6356820b80694e96cd8a3828da34d7eaa466d5] CR Refactors
git bisect skip 1e6356820b80694e96cd8a3828da34d7eaa466d5
# bad: [94e579ea4201816bc52c94be45d81cfe0251d60c] Performance boost over large screenSpaceRectangle
git bisect bad 94e579ea4201816bc52c94be45d81cfe0251d60c
# bad: [bed4dbaf857ac16088852612a5e678ad9a1dc883] remove byte-float-byte conversion, use scratcharray for readPixels
git bisect bad bed4dbaf857ac16088852612a5e678ad9a1dc883
# bad: [dbd13b65f3fbcbcef84338c1c6d7314d7207d043] switch Context._pickObjects to a Map
git bisect bad dbd13b65f3fbcbcef84338c1c6d7314d7207d043
# first bad commit: [dbd13b65f3fbcbcef84338c1c6d7314d7207d043] switch Context._pickObjects to a Map
