mirror of https://github.com/mongodb/mongo
SERVER-102475 Update spillingBytes expected value (#33693)
GitOrigin-RevId: 89badf9258b1818f8743c9a62e53016e49beab0e
This commit is contained in:
parent
e7b1279ba6
commit
ec1922e9c3
|
|
@ -131,7 +131,7 @@ function testSpillingMetrics({stage, expectedSpillingMetrics, expectedSbeSpillin
|
|||
testSpillingMetrics({
|
||||
stage: {$sort: {a: 1}},
|
||||
expectedSpillingMetrics: {spills: 19, spilledBytes: 654},
|
||||
expectedSbeSpillingMetrics: {spills: 19, spilledBytes: 935}
|
||||
expectedSbeSpillingMetrics: {spills: 19, spilledBytes: 951}
|
||||
});
|
||||
testSpillingMetrics({
|
||||
stage: {$group: {_id: "$_id", a: {$sum: "$_id"}}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue