You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We didnt request small batches or splitting so it's not dramatically more expensive to write N events
56
-
if eventsInTip then verifyRequestChargesMax 40// 39.13
57
-
else verifyRequestChargesMax 41// 40.68
56
+
if eventsInTip then verifyRequestChargesMax 42// 41.36
57
+
else verifyRequestChargesMax 43// 42.82
58
58
}
59
59
60
60
// It's conceivable that in the future we might allow zero-length batches as long as a sync mechanism leveraging the etags and unfolds update mechanisms
@@ -136,7 +136,7 @@ type Tests(testOutputHelper) =
136
136
pos <- pos +42L
137
137
pos =! res
138
138
test <@[EqxAct.Append]= capture.ExternalCalls @>
139
-
if eventsInTip then verifyRequestChargesMax 45// was 44.65
139
+
if eventsInTip then verifyRequestChargesMax 48// 47.58
140
140
else verifyRequestChargesMax 50// 49.74
141
141
capture.Clear()
142
142
@@ -152,7 +152,8 @@ type Tests(testOutputHelper) =
152
152
letextrasCount=match extras with x when x >50->5000| x when x <1->1| x -> x*100
let``Can correctly read and update against Cosmos with LatestKnownEvent Access Strategy`` (eventsInTip,value)= Async.RunSynchronously <|async{
192
+
let``Can correctly read and update against Cosmos with LatestKnownEvent Access Strategy`` (eventsInTip,value:ContactPreferences.Events.Preferences)= Async.RunSynchronously <|async{
0 commit comments