Skip to content

Commit

Permalink
We use a batch size of 1 for network BDNs in order to stress the netw…
Browse files Browse the repository at this point in the history
…ork layer.
  • Loading branch information
badrishc committed Dec 22, 2024
1 parent 47ac84f commit 4a5cf59
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions benchmark/BDN.benchmark/Network/NetworkBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ public IEnumerable<NetworkParams> NetworkParamsProvider()
}

/// <summary>
/// Batch size per method invocation
/// With a batchSize of 100, we have a convenient conversion of latency to throughput:
/// 5 us = 20 Mops/sec
/// 10 us = 10 Mops/sec
/// 20 us = 5 Mops/sec
/// 25 us = 4 Mops/sec
/// 100 us = 1 Mops/sec
/// Batch size per method invocation - we use a batch size of 1 for network BDNs
/// in order to stress the network layer.
/// </summary>
const int batchSize = 100;
const int batchSize = 1;
EmbeddedRespServer server;
EmbeddedNetworkHandler networkHandler;

Expand Down

17 comments on commit 4a5cf59

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Network.BasicOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Network.BasicOperations.InlinePing(Params: None) 50.16505966981252 ns (± 0.5774114838401013) 1733.8817099253336 ns (± 18.984888825559334) 0.02893222725786339

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cluster.ClusterMigrate (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Cluster.ClusterMigrate.Get(Params: None) 36552.15345646785 ns (± 113.98245061424798) 37427.54757181803 ns (± 83.51035743225442) 0.98
BDN.benchmark.Cluster.ClusterMigrate.Set(Params: None) 37079.63318340595 ns (± 175.89564625054365) 38701.48472086588 ns (± 322.063162779262) 0.96
BDN.benchmark.Cluster.ClusterMigrate.MGet(Params: None) 31972.165235246932 ns (± 165.51578247511947) 32067.197131347657 ns (± 221.2921635924128) 1.00
BDN.benchmark.Cluster.ClusterMigrate.MSet(Params: None) 32240.04172691932 ns (± 117.8945797207556) 31758.882145472937 ns (± 25.06187903496795) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lua.LuaScripts (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Lua.LuaScripts.Script1(Params: None) 252.4678193605863 ns (± 0.7294011074997707) 260.8691301981608 ns (± 0.8875477499223504) 0.97
BDN.benchmark.Lua.LuaScripts.Script2(Params: None) 499.1426712671916 ns (± 2.413428378444151) 458.4206044333322 ns (± 1.025169582541741) 1.09
BDN.benchmark.Lua.LuaScripts.Script3(Params: None) 689.308572769165 ns (± 2.843075125177224) 682.949131266276 ns (± 4.1593698653526205) 1.01
BDN.benchmark.Lua.LuaScripts.Script4(Params: None) 641.2148004940578 ns (± 0.8957429072952137) 643.6655611310687 ns (± 2.098928053729155) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations.BasicOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: ACL) 1756.12763671875 ns (± 17.758012765629005) 1709.1822685514178 ns (± 10.589884998991147) 1.03
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: AOF) 1810.2781457265219 ns (± 16.26847740429525) 1809.4297842298236 ns (± 12.748552915173391) 1.00
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: None) 1713.9685895284017 ns (± 14.557260166413563) 1712.425380452474 ns (± 11.762194451571235) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations.BasicOperations (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: ACL) 1739.48241013747 ns (± 1.679434848659927) 1798.3697255452473 ns (± 2.03870048507861) 0.97
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: AOF) 1677.4949954106257 ns (± 1.8068169998505579) 1765.6852858407158 ns (± 1.6397134865790812) 0.95
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: None) 1675.4475593566895 ns (± 2.0300746811356465) 1675.6122809190017 ns (± 2.278480786181495) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Network.BasicOperations (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Network.BasicOperations.InlinePing(Params: None) 52.736870305878774 ns (± 0.13616453562589154) 1688.687515258789 ns (± 3.679398315656912) 0.031229502101101824

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations.ObjectOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: ACL) 146737.30953776042 ns (± 1201.002924696904) 153491.9292689732 ns (± 794.4520812753486) 0.96
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: ACL) 134799.51962515025 ns (± 248.78292564472466) 134277.46559495194 ns (± 396.37878390228656) 1.00
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: ACL) 129904.97389573317 ns (± 943.2230818973075) 126371.35024789664 ns (± 691.5814533438509) 1.03
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: AOF) 162166.3222249349 ns (± 1457.7290721766915) 164557.19794108073 ns (± 1341.272035734548) 0.99
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: AOF) 149387.0641338642 ns (± 375.28459843178786) 159440.37231445312 ns (± 648.3692881901269) 0.94
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: AOF) 147097.92248535156 ns (± 922.7624991688481) 148301.6091064453 ns (± 1464.7633169669557) 0.99
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: None) 149556.9477015904 ns (± 379.010308109977) 149079.83588518415 ns (± 946.7624807455094) 1.00
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: None) 132887.87762451172 ns (± 225.51015532186844) 133476.99350992838 ns (± 302.7577393264451) 1.00
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: None) 133681.52892127403 ns (± 311.251499268063) 132830.33707101006 ns (± 1070.0060749511767) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lua.LuaScripts (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Lua.LuaScripts.Script1(Params: None) 137.04519430796304 ns (± 0.49179111391066355) 132.6215420450483 ns (± 0.40398244897298435) 1.03
BDN.benchmark.Lua.LuaScripts.Script2(Params: None) 196.5727996826172 ns (± 0.7814655722242989) 197.4855166215163 ns (± 0.5254124445504662) 1.00
BDN.benchmark.Lua.LuaScripts.Script3(Params: None) 329.4274552663167 ns (± 0.7056777421175437) 332.8772953578404 ns (± 1.1272987209375345) 0.99
BDN.benchmark.Lua.LuaScripts.Script4(Params: None) 297.25679715474445 ns (± 0.9361730559943192) 301.41448293413436 ns (± 0.7319052335470602) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cluster.ClusterMigrate (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Cluster.ClusterMigrate.Get(Params: None) 35428.80460298978 ns (± 100.15922305558301) 34782.75800432478 ns (± 76.37723640341733) 1.02
BDN.benchmark.Cluster.ClusterMigrate.Set(Params: None) 36169.93428548177 ns (± 72.64366813228595) 37183.35178920201 ns (± 57.16298641691147) 0.97
BDN.benchmark.Cluster.ClusterMigrate.MGet(Params: None) 31023.927089146204 ns (± 36.588158311837454) 30999.64773995536 ns (± 25.399307163627384) 1.00
BDN.benchmark.Cluster.ClusterMigrate.MSet(Params: None) 29884.625854492188 ns (± 26.398790463499925) 31006.55517578125 ns (± 57.55856761039118) 0.96

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Network.RawStringOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Network.RawStringOperations.Set(Params: None) 192.03338963644845 ns (± 1.2661704840371655) 15498.41856266902 ns (± 13.12314068718076) 0.012390515126427061
BDN.benchmark.Network.RawStringOperations.SetEx(Params: None) 231.05825708593642 ns (± 1.5840902593273616) 19631.790762329103 ns (± 126.12713056262969) 0.011769596563208471
BDN.benchmark.Network.RawStringOperations.SetNx(Params: None) 241.7006302277247 ns (± 0.5789199308911256) 18222.952856445314 ns (± 135.97637450255596) 0.013263527164437409
BDN.benchmark.Network.RawStringOperations.SetXx(Params: None) 253.7810412134443 ns (± 2.328017514274134) 20507.49478384165 ns (± 16.845338480713693) 0.012375038681633825
BDN.benchmark.Network.RawStringOperations.GetFound(Params: None) 203.64314750830331 ns (± 0.2066962652718315) 16564.7175314767 ns (± 99.68805798119864) 0.01229378932187255
BDN.benchmark.Network.RawStringOperations.GetNotFound(Params: None) 150.55067271452683 ns (± 0.08616899597340477) 10964.202030726841 ns (± 76.3325222804033) 0.01373111078148808
BDN.benchmark.Network.RawStringOperations.Increment(Params: None) 255.2193394440871 ns (± 0.44869873240064473) 21445.123598371232 ns (± 102.55541043036622) 0.011901043063396993
BDN.benchmark.Network.RawStringOperations.Decrement(Params: None) 263.31348536809287 ns (± 2.078137125734144) 21211.105040486655 ns (± 113.82938860794079) 0.012413944717424848
BDN.benchmark.Network.RawStringOperations.IncrementBy(Params: None) 321.1642837524414 ns (± 1.4231513569523624) 26805.960155232748 ns (± 171.74192038390478) 0.011981077413104616
BDN.benchmark.Network.RawStringOperations.DecrementBy(Params: None) 316.60509985287985 ns (± 1.9992596735111245) 26900.270621163505 ns (± 133.98602025312402) 0.01176958790904483

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cluster.ClusterOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Cluster.ClusterOperations.Get(Params: DSV) 16480.536501203263 ns (± 113.52381502004901) 17206.584251990684 ns (± 19.545380995508506) 0.96
BDN.benchmark.Cluster.ClusterOperations.Set(Params: DSV) 16100.693320719402 ns (± 155.9796386681087) 16284.90993323693 ns (± 16.93324031899332) 0.99
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: DSV) 15408.19442138672 ns (± 57.60914768953979) 15150.391157967704 ns (± 41.331509064079114) 1.02
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: DSV) 14401.38353729248 ns (± 93.79699400252171) 14005.72565612793 ns (± 80.74082954942847) 1.03
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: DSV) 119773.57776692709 ns (± 650.7761312319175) 118928.6005859375 ns (± 880.4541367800172) 1.01
BDN.benchmark.Cluster.ClusterOperations.Get(Params: None) 20922.86138698033 ns (± 40.41970256647319) 20715.000091552734 ns (± 25.489042994329722) 1.01
BDN.benchmark.Cluster.ClusterOperations.Set(Params: None) 21625.577634684243 ns (± 193.63756493916796) 20619.434858194985 ns (± 164.39431230526225) 1.05
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: None) 16149.846102396647 ns (± 7.032196406221395) 16971.02820914132 ns (± 11.366521386874817) 0.95
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: None) 15019.604081217449 ns (± 25.375181088633383) 15819.800892421177 ns (± 143.91854720540704) 0.95
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: None) 129232.3669514974 ns (± 1297.188800462089) 129603.04392787388 ns (± 160.86452775916038) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations.CustomOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: ACL) 61953.20604529748 ns (± 81.94039174521693) 58861.480977376305 ns (± 155.87023567995433) 1.05
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: ACL) 238553.01576450892 ns (± 635.9735320177292) 241986.74612862724 ns (± 1140.5897212376724) 0.99
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: ACL) 117828.11274937222 ns (± 661.3454677023452) 118392.72144426618 ns (± 440.7541209585454) 1.00
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: ACL) 106821.08717447917 ns (± 702.4601255376903) 116663.2297101702 ns (± 310.1342280374092) 0.92
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: AOF) 60670.55991210938 ns (± 377.34780238837493) 58924.17008056641 ns (± 417.28945322436954) 1.03
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: AOF) 242783.74731445312 ns (± 746.9690678825916) 239747.4140625 ns (± 1072.4326638679308) 1.01
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: AOF) 133391.8196126302 ns (± 1888.1021152042244) 130473.2638671875 ns (± 863.0529059019442) 1.02
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: AOF) 136518.40247521034 ns (± 462.59016757380596) 141517.51736886162 ns (± 762.7346199560503) 0.96
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: None) 61440.46952718099 ns (± 621.0698532815417) 61172.44883219401 ns (± 255.44112885324304) 1.00
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: None) 238575.6997767857 ns (± 1184.614474929674) 239952.9280536358 ns (± 1283.9933331673656) 0.99
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: None) 120696.26455252511 ns (± 662.1180457793159) 118089.5275530134 ns (± 910.9139330367095) 1.02
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: None) 107310.14082845052 ns (± 723.6761395173405) 109787.04181722006 ns (± 427.42696551981356) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Network.RawStringOperations (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Network.RawStringOperations.Set(Params: None) 191.07884679521834 ns (± 2.200969627339112) 14991.2843976702 ns (± 10.419396729800466) 0.012745995721681723
BDN.benchmark.Network.RawStringOperations.SetEx(Params: None) 291.39624192164496 ns (± 0.5486467180811565) 19597.491237095423 ns (± 77.59113443224263) 0.014869058411419058
BDN.benchmark.Network.RawStringOperations.SetNx(Params: None) 227.2269817499014 ns (± 1.0446781505249532) 17522.9246873122 ns (± 23.127063955506124) 0.012967411879275458
BDN.benchmark.Network.RawStringOperations.SetXx(Params: None) 219.88013642174857 ns (± 0.30503715200063786) 19638.1600013146 ns (± 13.65825605744993) 0.011196575259954576
BDN.benchmark.Network.RawStringOperations.GetFound(Params: None) 194.60003773371378 ns (± 0.3154915519989909) 15283.045087541852 ns (± 11.091708234758316) 0.012733067043840904
BDN.benchmark.Network.RawStringOperations.GetNotFound(Params: None) 144.00502954210555 ns (± 0.20678785489246534) 11066.375405447823 ns (± 28.369422871221943) 0.013012845151739012
BDN.benchmark.Network.RawStringOperations.Increment(Params: None) 297.1480305989583 ns (± 0.45190109233118253) 20875.56631905692 ns (± 24.35195745363009) 0.014234250034582167
BDN.benchmark.Network.RawStringOperations.Decrement(Params: None) 251.43534342447916 ns (± 0.2914936471706252) 21146.029561360676 ns (± 31.28046583359677) 0.011890428068062349
BDN.benchmark.Network.RawStringOperations.IncrementBy(Params: None) 301.25797476087297 ns (± 0.41595541022975663) 24971.285574776786 ns (± 88.88370466514095) 0.012064175625189688
BDN.benchmark.Network.RawStringOperations.DecrementBy(Params: None) 314.43092141832625 ns (± 0.42758661153659444) 25032.252502441406 ns (± 22.433239873847683) 0.012561031868293103

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations.ObjectOperations (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: ACL) 118921.4848445012 ns (± 341.8494344577818) 115515.26838030134 ns (± 244.40833228483447) 1.03
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: ACL) 105964.96843610491 ns (± 174.48030993051754) 104415.90106670673 ns (± 166.64027312066642) 1.01
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: ACL) 98344.32091346153 ns (± 138.0694900812484) 95410.107421875 ns (± 194.0503205901837) 1.03
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: AOF) 132354.55729166666 ns (± 485.8257860357594) 130043.27229817708 ns (± 315.57467212706956) 1.02
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: AOF) 118579.92640904018 ns (± 489.31504586388536) 117726.3445172991 ns (± 217.40256606631587) 1.01
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: AOF) 108900.5000813802 ns (± 271.03951269542637) 108921.61167689732 ns (± 306.49479545260436) 1.00
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: None) 114925.59438852164 ns (± 301.46434345970476) 115928.19295247395 ns (± 232.8714451303651) 0.99
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: None) 115297.0914400541 ns (± 196.6674135497851) 102645.02737862723 ns (± 307.4178594039366) 1.12
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: None) 94416.28136268028 ns (± 124.98523139670604) 98242.96549479167 ns (± 188.96971114902357) 0.96

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cluster.ClusterOperations (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Cluster.ClusterOperations.Get(Params: DSV) 15919.241333007812 ns (± 10.636580570535719) 15920.291724571814 ns (± 9.946748296926698) 1.00
BDN.benchmark.Cluster.ClusterOperations.Set(Params: DSV) 14703.006962367466 ns (± 10.220613851656683) 15303.440420968192 ns (± 31.074322891059527) 0.96
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: DSV) 14681.800231933594 ns (± 18.944381176918824) 14141.132405598959 ns (± 21.18922610575462) 1.04
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: DSV) 13130.638340541294 ns (± 14.199217274447783) 12992.79416402181 ns (± 6.213920920442637) 1.01
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: DSV) 135266.61946614584 ns (± 163.86369544401043) 132640.3355189732 ns (± 223.21683070649783) 1.02
BDN.benchmark.Cluster.ClusterOperations.Get(Params: None) 19277.905977689305 ns (± 20.739529393334116) 19670.754300631008 ns (± 13.681613777433258) 0.98
BDN.benchmark.Cluster.ClusterOperations.Set(Params: None) 18421.165873209637 ns (± 22.094464495960594) 18187.569251427285 ns (± 17.544596732098782) 1.01
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: None) 15630.266418457031 ns (± 16.370238596249088) 15137.116394042969 ns (± 28.296354927961413) 1.03
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: None) 14143.882340651293 ns (± 9.20001670292162) 15346.296183268229 ns (± 20.912922306943) 0.92
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: None) 141719.3497721354 ns (± 493.31616019140506) 139841.88581194196 ns (± 130.1727545019277) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations.CustomOperations (windows-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: ACL) 61971.669108072914 ns (± 107.56794526314181) 60561.71395438058 ns (± 60.44983473862817) 1.02
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: ACL) 216987.74239676338 ns (± 354.86491692964114) 230173.04524739584 ns (± 396.57534522423003) 0.94
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: ACL) 132574.9774639423 ns (± 142.74717523797534) 132170.11922200522 ns (± 111.47548551798317) 1.00
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: ACL) 109981.99040339544 ns (± 97.04363266911773) 109194.64111328125 ns (± 161.38604236968482) 1.01
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: AOF) 59812.892150878906 ns (± 36.80699930591573) 59801.97448730469 ns (± 54.639141667405944) 1.00
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: AOF) 237059.05587332588 ns (± 609.64550302426) 235320.7728794643 ns (± 767.4105903965648) 1.01
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: AOF) 140487.1403620793 ns (± 642.18891675425) 142438.88509114584 ns (± 329.14107754102025) 0.99
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: AOF) 131700.2579752604 ns (± 237.16307031714874) 131916.34870256696 ns (± 490.27340504594275) 1.00
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: None) 59659.48721078726 ns (± 120.65849758835117) 60838.16752115885 ns (± 59.11974885753212) 0.98
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: None) 216763.73103215144 ns (± 215.46632587431588) 231668.6083984375 ns (± 473.3332169935274) 0.94
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: None) 136961.7179361979 ns (± 178.752102155135) 133274.52189127603 ns (± 150.48269737418696) 1.03
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: None) 111940.39713541667 ns (± 132.13638694245554) 108464.22870342548 ns (± 86.58937471105612) 1.03

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations.ScriptOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: 4a5cf59 Previous: 47ac84f Ratio
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: ACL) 10439.977313701924 ns (± 65.9150957708868) 10141.114180428642 ns (± 62.989629982127056) 1.03
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: ACL) 11368.649003092449 ns (± 169.20086861769985) 10848.701944986979 ns (± 27.227872645121135) 1.05
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: ACL) 11381.66583887736 ns (± 29.440300980474433) 11492.506837027413 ns (± 75.16070085661521) 0.99
BDN.benchmark.Operations.ScriptOperations.Eval(Params: ACL) 9009.300677708217 ns (± 50.09492138571185) 8620.419589116023 ns (± 11.083728362611335) 1.05
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: ACL) 9351.189966055063 ns (± 52.48072233035939) 10151.45966796875 ns (± 119.75421327091915) 0.92
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: ACL) 9883.702398935953 ns (± 9.514460455271367) 10281.314025878906 ns (± 69.17423949960893) 0.96
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: ACL) 12411.480222429547 ns (± 25.27641047578715) 12284.999009268624 ns (± 31.815382340080365) 1.01
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: ACL) 9158.035020010811 ns (± 24.627173147930012) 8731.59338596889 ns (± 74.65344535861333) 1.05
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: AOF) 149607.31162672775 ns (± 548.3944736883392) 145953.14803641182 ns (± 1064.9430051188035) 1.03
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: AOF) 16557.94827779134 ns (± 13.485314838029964) 17076.182044396035 ns (± 72.97068046109877) 0.97
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: AOF) 16570.094345092773 ns (± 161.58940784327484) 16194.987208439754 ns (± 41.63028721750071) 1.02
BDN.benchmark.Operations.ScriptOperations.Eval(Params: AOF) 137482.16485126203 ns (± 135.6522064793837) 137915.78185221355 ns (± 1038.371726080366) 1.00
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: AOF) 41005.57040640024 ns (± 127.24160410744096) 41334.22267252604 ns (± 275.9846664242167) 0.99
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: AOF) 105893.39227764423 ns (± 455.9991823128267) 106464.9991780599 ns (± 588.7660343517153) 0.99
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: AOF) 8661510.188020833 ns (± 97362.58635936146) 8454249.900520833 ns (± 41975.5572653649) 1.02
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: AOF) 245100.18348106972 ns (± 295.8079642978453) 241686.40999930244 ns (± 994.8954314196067) 1.01
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: None) 148272.4848429362 ns (± 445.18416468584337) 147320.57706124443 ns (± 343.75952780075323) 1.01
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: None) 17758.709555992715 ns (± 22.996871478429487) 16837.570284525555 ns (± 10.59944266779741) 1.05
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: None) 16569.7185152494 ns (± 13.777974011312269) 17071.83331604004 ns (± 163.98438824774607) 0.97
BDN.benchmark.Operations.ScriptOperations.Eval(Params: None) 138809.41760253906 ns (± 186.53781980080026) 140855.82711356026 ns (± 1619.5339630696506) 0.99
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: None) 41671.62260945638 ns (± 61.28161792506205) 41884.53992207845 ns (± 54.31971042524821) 0.99
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: None) 106280.67082868304 ns (± 140.09554767485136) 106505.73373413086 ns (± 193.66951329249983) 1.00
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: None) 8614815.203125 ns (± 41360.525704543725) 8350287.715625 ns (± 56697.32456062491) 1.03
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: None) 245628.5640963041 ns (± 415.5795117105002) 244536.23352864583 ns (± 1153.397803782761) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.