Skip to content

Commit

Permalink
fix bdn
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Dec 28, 2024
1 parent 816bb59 commit ca7fedd
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions benchmark/BDN.benchmark/Network/RawStringOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,63 +65,63 @@ public override void GlobalSetup()
}

[Benchmark]
public void Set()
public async ValueTask Set()
{
Send(set);
await Send(set);
}

[Benchmark]
public void SetEx()
public async ValueTask SetEx()
{
Send(setex);
await Send(setex);
}

[Benchmark]
public void SetNx()
public async ValueTask SetNx()
{
Send(setnx);
await Send(setnx);
}

[Benchmark]
public void SetXx()
public async ValueTask SetXx()
{
Send(setxx);
await Send(setxx);
}

[Benchmark]
public void GetFound()
public async ValueTask GetFound()
{
Send(getf);
await Send(getf);
}

[Benchmark]
public void GetNotFound()
public async ValueTask GetNotFound()
{
Send(getnf);
await Send(getnf);
}

[Benchmark]
public void Increment()
public async ValueTask Increment()
{
Send(incr);
await Send(incr);
}

[Benchmark]
public void Decrement()
public async ValueTask Decrement()
{
Send(decr);
await Send(decr);
}

[Benchmark]
public void IncrementBy()
public async ValueTask IncrementBy()
{
Send(incrby);
await Send(incrby);
}

[Benchmark]
public void DecrementBy()
public async ValueTask DecrementBy()
{
Send(decrby);
await Send(decrby);
}
}
}

22 comments on commit ca7fedd

@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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Network.BasicOperations.InlinePing(Params: None) 91.95122020244598 ns (± 0.7669765377274796) 50.03771458864212 ns (± 0.46968140226160066) 1.84

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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Lua.LuaScripts.Script1(Params: None) 245.6950363431658 ns (± 0.5614617441022859) 260.2515328847445 ns (± 0.36157883023270954) 0.94
BDN.benchmark.Lua.LuaScripts.Script2(Params: None) 453.1207348505656 ns (± 1.9338778630192588) 489.317353112357 ns (± 0.9334724807962262) 0.93
BDN.benchmark.Lua.LuaScripts.Script3(Params: None) 684.7241694586618 ns (± 1.3540633954801191) 672.9916081110637 ns (± 2.317009208498218) 1.02
BDN.benchmark.Lua.LuaScripts.Script4(Params: None) 634.530935160319 ns (± 2.91219013329135) 642.3749979654948 ns (± 1.7747241653529557) 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.

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

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: ACL) 1819.092782084147 ns (± 14.522572101696618) 1740.690207417806 ns (± 9.48242670070595) 1.05
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: AOF) 1805.444414138794 ns (± 9.633264217408849) 1799.5884095705474 ns (± 7.274944550142853) 1.00
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: None) 1711.3662760416667 ns (± 12.367693987379669) 1677.3249633789062 ns (± 10.37196513813268) 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.

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

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Cluster.ClusterMigrate.Get(Params: None) 36838.5310320173 ns (± 22.789058233494245) 37081.35537109375 ns (± 290.24467683876776) 0.99
BDN.benchmark.Cluster.ClusterMigrate.Set(Params: None) 38070.08026123047 ns (± 49.95083051842008) 38342.09306922326 ns (± 154.17135487812058) 0.99
BDN.benchmark.Cluster.ClusterMigrate.MGet(Params: None) 32733.63653094952 ns (± 184.42334557117303) 32510.78174235026 ns (± 217.33666822406425) 1.01
BDN.benchmark.Cluster.ClusterMigrate.MSet(Params: None) 31957.88247211163 ns (± 57.70363501259303) 30949.043325570914 ns (± 35.076770102430544) 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.

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

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Network.BasicOperations.InlinePing(Params: None) 80.62171680586678 ns (± 0.3154805093127085) 52.073063453038536 ns (± 0.08080864405444546) 1.55

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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: ACL) 152827.9858235677 ns (± 2159.1598163985873) 146604.486328125 ns (± 276.8437708722346) 1.04
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: ACL) 137802.22122395833 ns (± 1658.1859424122815) 147190.57591145832 ns (± 873.8495340691674) 0.94
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: ACL) 132668.98223876953 ns (± 336.7802119865731) 128506.67975725446 ns (± 380.21608395789417) 1.03
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: AOF) 163864.61811711238 ns (± 392.7086081646033) 163170.98618570963 ns (± 538.9185945992621) 1.00
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: AOF) 150112.49211774554 ns (± 453.9757864102042) 155259.99082728795 ns (± 2447.9188505205257) 0.97
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: AOF) 146484.88146972656 ns (± 1115.993750939106) 148203.35084635418 ns (± 1260.3991185603184) 0.99
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: None) 151282.1805501302 ns (± 1418.7063048007403) 147684.81228402944 ns (± 453.61631608565017) 1.02
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: None) 136096.41935221353 ns (± 523.497317617801) 133815.03856482872 ns (± 383.131599469486) 1.02
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: None) 127106.122608858 ns (± 2526.8728437054074) 132729.45564778647 ns (± 1849.5419876616338) 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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Network.RawStringOperations.Set(Params: None) 291.5048582156499 ns (± 0.4946158070656344) 189.19052991867065 ns (± 1.1321916652654023) 1.54
BDN.benchmark.Network.RawStringOperations.SetEx(Params: None) 294.8700045347214 ns (± 0.442644603803873) 245.87832783063251 ns (± 2.2483191207593074) 1.20
BDN.benchmark.Network.RawStringOperations.SetNx(Params: None) 282.04387289683024 ns (± 1.6066691122142494) 233.02304639816285 ns (± 1.1436427343584712) 1.21
BDN.benchmark.Network.RawStringOperations.SetXx(Params: None) 282.9788798945291 ns (± 0.40762264453432834) 239.26921363671622 ns (± 0.3250879793425084) 1.18
BDN.benchmark.Network.RawStringOperations.GetFound(Params: None) 239.34944545305692 ns (± 0.35464601213816016) 212.06272926330567 ns (± 1.2270654414647033) 1.13
BDN.benchmark.Network.RawStringOperations.GetNotFound(Params: None) 201.10648793440598 ns (± 0.8562736331667933) 151.11316877145035 ns (± 0.14764107388660797) 1.33
BDN.benchmark.Network.RawStringOperations.Increment(Params: None) 295.3175180355708 ns (± 0.20775969365661556) 262.7926650047302 ns (± 0.6500337869629993) 1.12
BDN.benchmark.Network.RawStringOperations.Decrement(Params: None) 315.77228991190594 ns (± 1.7697610295808335) 266.94678497314453 ns (± 1.231405907280896) 1.18
BDN.benchmark.Network.RawStringOperations.IncrementBy(Params: None) 361.1675619125366 ns (± 2.9761445742885435) 315.2668927192688 ns (± 2.047984009060408) 1.15
BDN.benchmark.Network.RawStringOperations.DecrementBy(Params: None) 345.46634947458904 ns (± 1.5242323460993155) 312.88899529774983 ns (± 2.196053351374375) 1.10

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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Cluster.ClusterOperations.Get(Params: DSV) 16535.50320317195 ns (± 39.78561702010016) 16834.534377034506 ns (± 175.24077399981317) 0.98
BDN.benchmark.Cluster.ClusterOperations.Set(Params: DSV) 16435.838372802733 ns (± 147.47788617536258) 16135.413330078125 ns (± 159.97772001261148) 1.02
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: DSV) 14983.54884033203 ns (± 65.12416877040977) 15183.967723301479 ns (± 126.87273574243953) 0.99
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: DSV) 14269.863319905598 ns (± 84.52317954833023) 13938.693860880534 ns (± 101.26954620558611) 1.02
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: DSV) 118873.70598958334 ns (± 836.3621512241506) 121672.96203613281 ns (± 665.2378398162966) 0.98
BDN.benchmark.Cluster.ClusterOperations.Get(Params: None) 20225.652052815756 ns (± 130.72512396063087) 20809.206127460187 ns (± 20.928166455138086) 0.97
BDN.benchmark.Cluster.ClusterOperations.Set(Params: None) 20678.196867879233 ns (± 125.13908926352605) 20190.3267124721 ns (± 98.73769001066688) 1.02
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: None) 16518.139034016927 ns (± 128.7052230755896) 16634.938774695762 ns (± 43.90574333461528) 0.99
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: None) 15881.914262898763 ns (± 132.92172080816786) 15226.766726902553 ns (± 83.11990808731593) 1.04
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: None) 127709.18186598558 ns (± 387.52801710092905) 132377.97190504806 ns (± 800.7855689193774) 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.

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

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Lua.LuaScripts.Script1(Params: None) 135.608491897583 ns (± 0.5648200146817871) 127.72604737962995 ns (± 0.6888937111819108) 1.06
BDN.benchmark.Lua.LuaScripts.Script2(Params: None) 205.8287779490153 ns (± 0.3426035459139852) 209.15582009724207 ns (± 0.7839538362860707) 0.98
BDN.benchmark.Lua.LuaScripts.Script3(Params: None) 317.664376894633 ns (± 0.5826223671922859) 309.1608558382307 ns (± 0.3565865191101994) 1.03
BDN.benchmark.Lua.LuaScripts.Script4(Params: None) 319.97581164042157 ns (± 0.9091308700538281) 304.1752592722575 ns (± 0.7804468548563537) 1.05

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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Cluster.ClusterMigrate.Get(Params: None) 34727.0253499349 ns (± 30.913748760548646) 34635.95755440848 ns (± 23.167586913751695) 1.00
BDN.benchmark.Cluster.ClusterMigrate.Set(Params: None) 36106.87215169271 ns (± 26.309019390011134) 36774.24447195871 ns (± 58.87991859153299) 0.98
BDN.benchmark.Cluster.ClusterMigrate.MGet(Params: None) 31095.0190952846 ns (± 31.49054916497403) 30753.353881835938 ns (± 40.62420579855332) 1.01
BDN.benchmark.Cluster.ClusterMigrate.MSet(Params: None) 29885.18809000651 ns (± 32.427042823109176) 29914.41476004464 ns (± 61.95757461752689) 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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: ACL) 1745.0244086129326 ns (± 2.1955497431234745) 1801.2228693280902 ns (± 2.8198042481034946) 0.97
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: AOF) 1771.7277160057654 ns (± 2.9006993233212426) 1775.6595318134014 ns (± 3.2755168562468033) 1.00
BDN.benchmark.Operations.BasicOperations.InlinePing(Params: None) 1678.7678854806084 ns (± 2.2952248161766335) 1769.7658675057548 ns (± 2.494969498135742) 0.95

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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: ACL) 59752.5783996582 ns (± 352.6361372661441) 58316.247235107425 ns (± 228.67371299931057) 1.02
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: ACL) 232659.84051044172 ns (± 686.6811200135058) 241918.0600423177 ns (± 1605.5003632632006) 0.96
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: ACL) 118082.22897135417 ns (± 349.76681897635825) 120877.80573730469 ns (± 648.2308187778943) 0.98
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: ACL) 109690.51555175781 ns (± 541.42764418768) 108085.03793100211 ns (± 132.55449442870062) 1.01
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: AOF) 59344.67491736779 ns (± 102.9756172274701) 59978.8770304362 ns (± 556.7406070515651) 0.99
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: AOF) 243162.9126164363 ns (± 1197.7163220445427) 243526.62287248884 ns (± 2080.3848579262835) 1.00
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: AOF) 131801.6064453125 ns (± 454.86190577794133) 128670.57840670072 ns (± 383.8374477663123) 1.02
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: AOF) 134104.37381998697 ns (± 322.205076185968) 133609.04500325522 ns (± 781.9443375765793) 1.00
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: None) 60184.32462017353 ns (± 103.61222313512756) 60764.165544782365 ns (± 292.9352694491396) 0.99
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: None) 237884.2911202567 ns (± 1615.2146684963734) 230879.19161783854 ns (± 813.3066818560394) 1.03
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: None) 120488.41608072916 ns (± 614.2794779462458) 119607.50747477214 ns (± 876.4233592039233) 1.01
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: None) 107695.55200664814 ns (± 410.3623652237844) 106034.06184895833 ns (± 175.65800462104025) 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.

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

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: ACL) 115246.47391183036 ns (± 125.33537253722584) 115779.12510463169 ns (± 223.12971899529973) 1.00
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: ACL) 103335.90169270833 ns (± 203.00252074822058) 104263.32571847098 ns (± 243.64564586138928) 0.99
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: ACL) 96312.81825474331 ns (± 243.20095775629423) 95687.47680664062 ns (± 312.8369130241145) 1.01
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: AOF) 131361.6734095982 ns (± 482.9984674378486) 132117.10286458334 ns (± 360.92608024666947) 0.99
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: AOF) 120102.73518880208 ns (± 367.65168782752727) 119691.41188401442 ns (± 406.3760301717429) 1.00
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: AOF) 106754.9543108259 ns (± 265.18696340834776) 115734.0070452009 ns (± 382.575052288506) 0.92
BDN.benchmark.Operations.ObjectOperations.ZAddRem(Params: None) 117020.48688616071 ns (± 171.06327822473372) 116897.51352163461 ns (± 299.0519011698049) 1.00
BDN.benchmark.Operations.ObjectOperations.LPushPop(Params: None) 103791.52018229167 ns (± 356.76574864568533) 106239.10710261419 ns (± 306.6313649800571) 0.98
BDN.benchmark.Operations.ObjectOperations.SAddRem(Params: None) 100474.41667829241 ns (± 164.86703832496468) 98226.10212053571 ns (± 154.39270380587604) 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.

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

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Network.RawStringOperations.Set(Params: None) 210.71239709854126 ns (± 0.5430303292353325) 174.23556447029114 ns (± 0.26768728313693274) 1.21
BDN.benchmark.Network.RawStringOperations.SetEx(Params: None) 274.3464946746826 ns (± 0.565114065896027) 276.8879270553589 ns (± 0.5240528902302418) 0.99
BDN.benchmark.Network.RawStringOperations.SetNx(Params: None) 261.43046855926514 ns (± 0.8717163279941359) 234.14219788142614 ns (± 1.0792661898372349) 1.12
BDN.benchmark.Network.RawStringOperations.SetXx(Params: None) 271.70535155705045 ns (± 0.4546906455341294) 217.22417076428732 ns (± 0.33634270129548416) 1.25
BDN.benchmark.Network.RawStringOperations.GetFound(Params: None) 219.23325935999551 ns (± 0.4514355422429767) 197.02174833842687 ns (± 0.2019182642048889) 1.11
BDN.benchmark.Network.RawStringOperations.GetNotFound(Params: None) 174.16750284341666 ns (± 0.9179257290955305) 144.7870683670044 ns (± 0.5180824589148374) 1.20
BDN.benchmark.Network.RawStringOperations.Increment(Params: None) 292.2219588206365 ns (± 0.8761214500784397) 254.66946760813394 ns (± 0.5443885367983715) 1.15
BDN.benchmark.Network.RawStringOperations.Decrement(Params: None) 300.7958616529192 ns (± 0.521003288146296) 261.12866401672363 ns (± 0.4544355289511733) 1.15
BDN.benchmark.Network.RawStringOperations.IncrementBy(Params: None) 347.69040175846646 ns (± 1.5881459240932885) 294.26616827646893 ns (± 0.2166391427906678) 1.18
BDN.benchmark.Network.RawStringOperations.DecrementBy(Params: None) 334.1013431549072 ns (± 1.3980649744280789) 320.4272985458374 ns (± 0.5309363607881041) 1.04

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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: ACL) 61568.7255859375 ns (± 220.14045282104857) 59948.76251220703 ns (± 41.43471819845649) 1.03
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: ACL) 226375.76729910713 ns (± 204.07672453555926) 228517.00627253606 ns (± 406.53104981792006) 0.99
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: ACL) 127586.3134765625 ns (± 372.6066068227643) 127562.29596819196 ns (± 173.3244422644106) 1.00
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: ACL) 109169.1129244291 ns (± 77.85660339541118) 108026.47094726562 ns (± 129.21225891112405) 1.01
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: AOF) 60167.86760602678 ns (± 48.29450747116549) 59752.49539888822 ns (± 51.82146416075971) 1.01
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: AOF) 232699.79435847356 ns (± 406.34135178499) 231500.00697544642 ns (± 510.2259747178018) 1.01
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: AOF) 140468.76220703125 ns (± 360.88423153260203) 145734.0275065104 ns (± 380.35802950245096) 0.96
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: AOF) 130761.26145582933 ns (± 503.76686683561655) 131396.19140625 ns (± 361.677101140775) 1.00
BDN.benchmark.Operations.CustomOperations.CustomRawStringCommand(Params: None) 61185.50180288462 ns (± 68.03681016756744) 59797.72127591647 ns (± 70.62679173008792) 1.02
BDN.benchmark.Operations.CustomOperations.CustomObjectCommand(Params: None) 221024.18682391828 ns (± 331.0284735106376) 215336.31591796875 ns (± 220.27732138510333) 1.03
BDN.benchmark.Operations.CustomOperations.CustomTransaction(Params: None) 130620.47932942708 ns (± 225.0544474530148) 132868.85009765625 ns (± 144.46013296794757) 0.98
BDN.benchmark.Operations.CustomOperations.CustomProcedure(Params: None) 110615.17850435697 ns (± 134.68471313839575) 111954.59876427284 ns (± 152.9297036709577) 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.ClusterOperations (windows-latest net8.0 Release)

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Cluster.ClusterOperations.Get(Params: DSV) 15880.047389439174 ns (± 28.53699518654982) 15856.36509486607 ns (± 31.151395705312034) 1.00
BDN.benchmark.Cluster.ClusterOperations.Set(Params: DSV) 14628.61818586077 ns (± 13.880173468310213) 14786.097717285156 ns (± 14.197002189344843) 0.99
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: DSV) 14466.343470982143 ns (± 17.548118822252366) 14618.157254732572 ns (± 16.472262157723197) 0.99
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: DSV) 13303.661600748697 ns (± 10.765017698906236) 13041.085756742037 ns (± 9.107763052212928) 1.02
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: DSV) 138860.67708333334 ns (± 269.20441511060676) 134392.8019205729 ns (± 192.85653011621625) 1.03
BDN.benchmark.Cluster.ClusterOperations.Get(Params: None) 21241.380075307992 ns (± 33.560836212108214) 19336.499895368303 ns (± 18.374057632365318) 1.10
BDN.benchmark.Cluster.ClusterOperations.Set(Params: None) 18133.38405064174 ns (± 23.444037050889435) 19014.236802321215 ns (± 40.10564877982924) 0.95
BDN.benchmark.Cluster.ClusterOperations.MGet(Params: None) 15337.034861246744 ns (± 17.65002565903171) 15372.327314104352 ns (± 23.665244673635964) 1.00
BDN.benchmark.Cluster.ClusterOperations.MSet(Params: None) 14347.77581351144 ns (± 13.345682024751762) 14121.682891845703 ns (± 13.767081055244438) 1.02
BDN.benchmark.Cluster.ClusterOperations.CTXNSET(Params: None) 138567.15494791666 ns (± 201.69512390680998) 150319.4789341518 ns (± 299.3274473447489) 0.92

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: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: ACL) 10534.072243245442 ns (± 104.04518732352639) 10051.75783996582 ns (± 61.03847716067053) 1.05
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: ACL) 10590.064188639322 ns (± 110.54770664591564) 10886.838786533901 ns (± 28.77563537139357) 0.97
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: ACL) 10648.785140991211 ns (± 42.40960642808918) 10690.928074763371 ns (± 8.626820079307516) 1.00
BDN.benchmark.Operations.ScriptOperations.Eval(Params: ACL) 8774.624609375 ns (± 140.51886626674394) 8632.897721426827 ns (± 8.98942822643907) 1.02
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: ACL) 9322.176987784249 ns (± 102.19400193946811) 9194.567689078194 ns (± 11.583549788093416) 1.01
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: ACL) 10001.19571431478 ns (± 106.69386127717885) 10081.80201212565 ns (± 26.85236702647197) 0.99
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: ACL) 12390.039080810548 ns (± 78.58611581599227) 12273.65903371175 ns (± 77.88823487338125) 1.01
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: ACL) 8750.870752187875 ns (± 29.43358150210026) 8673.754608154297 ns (± 18.76775350851234) 1.01
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: AOF) 146029.85841471356 ns (± 321.7518935980994) 146455.2941080729 ns (± 365.0094708559605) 1.00
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: AOF) 16600.61041041783 ns (± 63.350442526430506) 16720.64175313314 ns (± 140.16897619874996) 0.99
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: AOF) 16252.597134908041 ns (± 57.497595626454796) 16175.389720036434 ns (± 10.413435658142618) 1.00
BDN.benchmark.Operations.ScriptOperations.Eval(Params: AOF) 138159.50212751116 ns (± 418.3273718872301) 140571.74893391927 ns (± 1220.3652634210346) 0.98
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: AOF) 42091.62793840681 ns (± 178.26943748253328) 42876.39175211589 ns (± 307.49521891416754) 0.98
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: AOF) 107214.03629557292 ns (± 389.9440843126072) 108778.03213065011 ns (± 355.28479009705114) 0.99
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: AOF) 8546645.26450893 ns (± 71343.19044684991) 8499911.840401785 ns (± 43339.584767374734) 1.01
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: AOF) 246045.07709612165 ns (± 1309.9667772418957) 239692.2541410006 ns (± 868.651758529295) 1.03
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: None) 145856.13677106585 ns (± 520.7935186956793) 147814.80515136718 ns (± 1187.9674563432582) 0.99
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: None) 16889.597652728742 ns (± 24.37539686771994) 17010.455958048504 ns (± 151.1471022973691) 0.99
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: None) 16003.464314387395 ns (± 67.33013646838852) 16209.09641794058 ns (± 15.20516315302221) 0.99
BDN.benchmark.Operations.ScriptOperations.Eval(Params: None) 139953.40427652994 ns (± 347.16214193475577) 142064.74421386718 ns (± 1247.9776584342092) 0.99
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: None) 42170.632584635416 ns (± 236.00883761300022) 43836.43807373047 ns (± 207.7593588993715) 0.96
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: None) 108948.93410818918 ns (± 162.93432662597326) 108012.80187174478 ns (± 517.0238642811811) 1.01
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: None) 8414952.291294644 ns (± 44175.65153764739) 8459924.516826924 ns (± 40355.2244897624) 0.99
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: None) 245549.06243489584 ns (± 761.4963252086537) 238570.0091756185 ns (± 323.0315804355974) 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 (windows-latest net8.0 Release)

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: ACL) 15127.99084003155 ns (± 9.803899355238455) 15666.453770228794 ns (± 20.807920647080454) 0.97
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: ACL) 17724.707903180803 ns (± 20.06853858495661) 17634.43345289964 ns (± 16.0038964644067) 1.01
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: ACL) 17702.376200358074 ns (± 15.22361012898893) 17456.002589634485 ns (± 15.494985848308056) 1.01
BDN.benchmark.Operations.ScriptOperations.Eval(Params: ACL) 8144.692230224609 ns (± 33.042234314345365) 8107.9931640625 ns (± 13.493635238289157) 1.00
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: ACL) 9345.667593819755 ns (± 13.497205466111499) 9391.249629429409 ns (± 16.0895308230143) 1.00
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: ACL) 10064.386640276227 ns (± 13.994156371371547) 10120.336260114398 ns (± 21.448073742075227) 0.99
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: ACL) 11618.879817082332 ns (± 23.71106871022467) 11668.607766287667 ns (± 16.060591845586544) 1.00
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: ACL) 8051.9504801432295 ns (± 9.67213036517503) 8033.726755777995 ns (± 12.00726151240807) 1.00
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: AOF) 91782.28672572544 ns (± 215.46415915882287) 91653.65513392857 ns (± 319.23037304824294) 1.00
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: AOF) 23909.692030686598 ns (± 16.92669603038243) 23582.772709773137 ns (± 46.91416641636269) 1.01
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: AOF) 23213.365478515625 ns (± 21.498549782805537) 23296.831839425224 ns (± 24.327786806611893) 1.00
BDN.benchmark.Operations.ScriptOperations.Eval(Params: AOF) 72156.33544921875 ns (± 91.95942894607325) 71767.69124348958 ns (± 94.11103139783314) 1.01
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: AOF) 29391.83319091797 ns (± 37.25203692509959) 29604.834899902344 ns (± 83.9955001667297) 0.99
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: AOF) 62101.81172688802 ns (± 96.87288335942395) 61534.95396205357 ns (± 171.75103416783196) 1.01
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: AOF) 4485165.572916667 ns (± 26123.348680193616) 4432627.552083333 ns (± 23841.581533072418) 1.01
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: AOF) 128587.45465959821 ns (± 152.15360700527702) 128489.6955217634 ns (± 155.5198911093142) 1.00
BDN.benchmark.Operations.ScriptOperations.ScriptLoad(Params: None) 89652.24975585938 ns (± 173.96879839630344) 90649.54142252605 ns (± 368.5979488513044) 0.99
BDN.benchmark.Operations.ScriptOperations.ScriptExistsTrue(Params: None) 23811.160496303015 ns (± 57.04192918166803) 23639.212908063615 ns (± 30.950134015763755) 1.01
BDN.benchmark.Operations.ScriptOperations.ScriptExistsFalse(Params: None) 22685.157470703125 ns (± 13.129482422271515) 22991.6606648763 ns (± 17.376108004276965) 0.99
BDN.benchmark.Operations.ScriptOperations.Eval(Params: None) 72880.03365652902 ns (± 588.638544000304) 71742.10815429688 ns (± 164.24675894418544) 1.02
BDN.benchmark.Operations.ScriptOperations.EvalSha(Params: None) 30556.33087158203 ns (± 34.94948447290506) 29756.975911458332 ns (± 47.40214243591685) 1.03
BDN.benchmark.Operations.ScriptOperations.SmallScript(Params: None) 65127.01851981027 ns (± 74.56584846152634) 65013.038853236605 ns (± 94.85840081764931) 1.00
BDN.benchmark.Operations.ScriptOperations.LargeScript(Params: None) 4392884.430803572 ns (± 8566.363841216438) 4409418.020833333 ns (± 15949.552281757433) 1.00
BDN.benchmark.Operations.ScriptOperations.ArrayReturn(Params: None) 128663.85216346153 ns (± 233.16265769754327) 131174.76055438703 ns (± 113.12236710140675) 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.

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

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.RawStringOperations.Set(Params: ACL) 15547.835556030273 ns (± 52.10817673801983) 14839.709593709309 ns (± 99.76966389129237) 1.05
BDN.benchmark.Operations.RawStringOperations.SetEx(Params: ACL) 19523.976587931316 ns (± 17.098482694474033) 20046.645072428386 ns (± 232.657122802511) 0.97
BDN.benchmark.Operations.RawStringOperations.SetNx(Params: ACL) 19344.034513201033 ns (± 149.20663637716828) 17906.089139665877 ns (± 19.69606873060361) 1.08
BDN.benchmark.Operations.RawStringOperations.SetXx(Params: ACL) 20103.28431905111 ns (± 178.40330057669536) 19389.247533944937 ns (± 78.96701402161355) 1.04
BDN.benchmark.Operations.RawStringOperations.GetFound(Params: ACL) 16094.196861853967 ns (± 14.651804431836064) 16518.316829136438 ns (± 102.5575911120611) 0.97
BDN.benchmark.Operations.RawStringOperations.GetNotFound(Params: ACL) 10594.737173461914 ns (± 94.58353695365935) 10665.338896531324 ns (± 101.34773917142093) 0.99
BDN.benchmark.Operations.RawStringOperations.Increment(Params: ACL) 21250.364288330078 ns (± 32.986182396726996) 21644.277698223406 ns (± 57.96897569750246) 0.98
BDN.benchmark.Operations.RawStringOperations.Decrement(Params: ACL) 21993.35085550944 ns (± 34.048399981370075) 20609.898566612832 ns (± 63.790449931838175) 1.07
BDN.benchmark.Operations.RawStringOperations.IncrementBy(Params: ACL) 25572.990600585938 ns (± 211.71898268561145) 27072.352142333984 ns (± 227.13027535958472) 0.94
BDN.benchmark.Operations.RawStringOperations.DecrementBy(Params: ACL) 27666.377943929037 ns (± 323.29216418307277) 26867.302943929037 ns (± 346.4092738836275) 1.03
BDN.benchmark.Operations.RawStringOperations.Set(Params: AOF) 22733.969178419848 ns (± 51.731497842292725) 21112.18559061686 ns (± 251.00731109100627) 1.08
BDN.benchmark.Operations.RawStringOperations.SetEx(Params: AOF) 26321.60978816106 ns (± 26.50193543027788) 27449.267401559013 ns (± 125.11246142902547) 0.96
BDN.benchmark.Operations.RawStringOperations.SetNx(Params: AOF) 25566.87827242338 ns (± 61.826813461159084) 25231.514345296226 ns (± 287.2279241928362) 1.01
BDN.benchmark.Operations.RawStringOperations.SetXx(Params: AOF) 27395.866100056966 ns (± 139.6218522180954) 26419.03969217936 ns (± 138.40740623484976) 1.04
BDN.benchmark.Operations.RawStringOperations.GetFound(Params: AOF) 16021.808079310826 ns (± 9.060550879285206) 16027.761642456055 ns (± 67.05112588383363) 1.00
BDN.benchmark.Operations.RawStringOperations.GetNotFound(Params: AOF) 10603.456441439115 ns (± 10.580995311204907) 10771.635889689127 ns (± 117.60583925251402) 0.98
BDN.benchmark.Operations.RawStringOperations.Increment(Params: AOF) 25834.48987034389 ns (± 160.9018290211531) 26432.47699991862 ns (± 270.3838347321358) 0.98
BDN.benchmark.Operations.RawStringOperations.Decrement(Params: AOF) 26496.985116577147 ns (± 152.9578573669493) 28662.507714407784 ns (± 73.07605036934159) 0.92
BDN.benchmark.Operations.RawStringOperations.IncrementBy(Params: AOF) 31573.168006310098 ns (± 259.94820913659004) 31714.771671840124 ns (± 471.90193882553933) 1.00
BDN.benchmark.Operations.RawStringOperations.DecrementBy(Params: AOF) 33441.33362630208 ns (± 323.5311067759828) 31883.35855102539 ns (± 294.0593034064868) 1.05
BDN.benchmark.Operations.RawStringOperations.Set(Params: None) 15674.307465616863 ns (± 196.92181003951166) 15015.840074666341 ns (± 122.3515166486262) 1.04
BDN.benchmark.Operations.RawStringOperations.SetEx(Params: None) 19531.57128084623 ns (± 30.494354637692133) 19451.11570739746 ns (± 103.56187154089434) 1.00
BDN.benchmark.Operations.RawStringOperations.SetNx(Params: None) 19152.814412434895 ns (± 188.00699319834044) 18879.37396827111 ns (± 17.30503337644145) 1.01
BDN.benchmark.Operations.RawStringOperations.SetXx(Params: None) 19698.76984514509 ns (± 122.16072703520008) 20182.693288167316 ns (± 219.55719844540303) 0.98
BDN.benchmark.Operations.RawStringOperations.GetFound(Params: None) 16269.3555661715 ns (± 22.160622505457724) 16631.236197916667 ns (± 176.64411014120608) 0.98
BDN.benchmark.Operations.RawStringOperations.GetNotFound(Params: None) 10665.373164876302 ns (± 10.001544930495793) 10776.253740583148 ns (± 19.85999046014107) 0.99
BDN.benchmark.Operations.RawStringOperations.Increment(Params: None) 21413.37744547526 ns (± 168.74810731527506) 21518.886841837564 ns (± 219.78570102490485) 1.00
BDN.benchmark.Operations.RawStringOperations.Decrement(Params: None) 21143.179155985516 ns (± 28.40090508061692) 21129.66477355957 ns (± 110.18175108662513) 1.00
BDN.benchmark.Operations.RawStringOperations.IncrementBy(Params: None) 30596.416935221354 ns (± 206.3871726012435) 26266.36054280599 ns (± 334.5485902169605) 1.16
BDN.benchmark.Operations.RawStringOperations.DecrementBy(Params: None) 25895.69722188314 ns (± 98.33493134894262) 25535.6570699056 ns (± 243.51980726792368) 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.RawStringOperations (windows-latest net8.0 Release)

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.RawStringOperations.Set(Params: ACL) 14583.721269880023 ns (± 11.79406974648621) 13998.635428292411 ns (± 16.421519482062006) 1.04
BDN.benchmark.Operations.RawStringOperations.SetEx(Params: ACL) 19575.045013427734 ns (± 8.310425518267618) 19988.150024414062 ns (± 36.5438414934481) 0.98
BDN.benchmark.Operations.RawStringOperations.SetNx(Params: ACL) 18020.418039957684 ns (± 19.282936437481972) 17065.340532575334 ns (± 39.41690022180649) 1.06
BDN.benchmark.Operations.RawStringOperations.SetXx(Params: ACL) 19046.637080265926 ns (± 22.058824367218115) 18942.414269080527 ns (± 36.22239941503444) 1.01
BDN.benchmark.Operations.RawStringOperations.GetFound(Params: ACL) 16063.749593098959 ns (± 33.53831451340366) 18954.24335186298 ns (± 32.02318788400816) 0.85
BDN.benchmark.Operations.RawStringOperations.GetNotFound(Params: ACL) 11042.603947566105 ns (± 14.002746722643607) 10966.539982386998 ns (± 16.82206551250694) 1.01
BDN.benchmark.Operations.RawStringOperations.Increment(Params: ACL) 21057.027493990383 ns (± 43.66830922414284) 20208.008902413505 ns (± 31.482965716175077) 1.04
BDN.benchmark.Operations.RawStringOperations.Decrement(Params: ACL) 21160.360013521633 ns (± 32.82638993668699) 20849.361947866586 ns (± 38.1085364113224) 1.01
BDN.benchmark.Operations.RawStringOperations.IncrementBy(Params: ACL) 25113.519083658855 ns (± 39.887591917123444) 24855.509730747766 ns (± 39.44694895723816) 1.01
BDN.benchmark.Operations.RawStringOperations.DecrementBy(Params: ACL) 26181.15692138672 ns (± 70.70076992375974) 24420.654514857702 ns (± 28.280072435552814) 1.07
BDN.benchmark.Operations.RawStringOperations.Set(Params: AOF) 19179.63165283203 ns (± 48.406679017918634) 19520.25370279948 ns (± 54.84576332869916) 0.98
BDN.benchmark.Operations.RawStringOperations.SetEx(Params: AOF) 25861.64049421038 ns (± 45.024967547367254) 24894.459969656808 ns (± 56.398650858587786) 1.04
BDN.benchmark.Operations.RawStringOperations.SetNx(Params: AOF) 25638.894653320312 ns (± 36.24739516979883) 25190.063258579798 ns (± 65.5836172836935) 1.02
BDN.benchmark.Operations.RawStringOperations.SetXx(Params: AOF) 25457.68040248326 ns (± 64.77238952214327) 26007.574462890625 ns (± 47.01856498513552) 0.98
BDN.benchmark.Operations.RawStringOperations.GetFound(Params: AOF) 15375.204874674479 ns (± 15.50824896315025) 16123.683820452008 ns (± 19.29113393165583) 0.95
BDN.benchmark.Operations.RawStringOperations.GetNotFound(Params: AOF) 11110.811971028646 ns (± 33.73065343044408) 10758.71353149414 ns (± 16.35720498890843) 1.03
BDN.benchmark.Operations.RawStringOperations.Increment(Params: AOF) 26474.68021937779 ns (± 50.679526759225595) 25744.380798339844 ns (± 65.480780632935) 1.03
BDN.benchmark.Operations.RawStringOperations.Decrement(Params: AOF) 26431.415303548176 ns (± 41.90771399593366) 25668.92591203962 ns (± 62.58324422762107) 1.03
BDN.benchmark.Operations.RawStringOperations.IncrementBy(Params: AOF) 30299.934895833332 ns (± 107.41616582355168) 29748.42769077846 ns (± 71.37585575243938) 1.02
BDN.benchmark.Operations.RawStringOperations.DecrementBy(Params: AOF) 30517.685139973957 ns (± 103.40024501811342) 30369.781087239582 ns (± 121.95285503024405) 1.00
BDN.benchmark.Operations.RawStringOperations.Set(Params: None) 13832.264826847957 ns (± 21.02631469005682) 13952.534895676832 ns (± 15.84438830517955) 0.99
BDN.benchmark.Operations.RawStringOperations.SetEx(Params: None) 19509.464909480168 ns (± 29.042502656253046) 19384.136962890625 ns (± 42.19747836674311) 1.01
BDN.benchmark.Operations.RawStringOperations.SetNx(Params: None) 17331.463270920973 ns (± 68.87670991236236) 17553.480122884113 ns (± 49.1243251650244) 0.99
BDN.benchmark.Operations.RawStringOperations.SetXx(Params: None) 18601.810564313615 ns (± 34.304865217887325) 18240.721638997395 ns (± 33.540119202278646) 1.02
BDN.benchmark.Operations.RawStringOperations.GetFound(Params: None) 15469.547213040865 ns (± 12.622233324814989) 15332.301447941707 ns (± 20.251286701715912) 1.01
BDN.benchmark.Operations.RawStringOperations.GetNotFound(Params: None) 10705.907549176898 ns (± 19.159355953687516) 10732.605416434151 ns (± 16.350017903887277) 1.00
BDN.benchmark.Operations.RawStringOperations.Increment(Params: None) 21457.929288423977 ns (± 25.277233358120306) 21293.27654157366 ns (± 29.359563877806465) 1.01
BDN.benchmark.Operations.RawStringOperations.Decrement(Params: None) 20624.0226158729 ns (± 17.288647052854053) 20822.027893066406 ns (± 28.408894258134353) 0.99
BDN.benchmark.Operations.RawStringOperations.IncrementBy(Params: None) 25353.250558035714 ns (± 24.950341465590192) 24215.872779259316 ns (± 28.532820283976022) 1.05
BDN.benchmark.Operations.RawStringOperations.DecrementBy(Params: None) 25904.532063802082 ns (± 22.19309446624728) 24891.771153041296 ns (± 38.40260879210197) 1.04

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.HashObjectOperations (ubuntu-latest net8.0 Release)

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.HashObjectOperations.HSetDel(Params: ACL) 134971.4600830078 ns (± 1228.2883662203717) 132666.75201885516 ns (± 469.79092054771775) 1.02
BDN.benchmark.Operations.HashObjectOperations.HExists(Params: ACL) 9791.36793645223 ns (± 33.44330484564088) 9584.163978068034 ns (± 88.38259926068653) 1.02
BDN.benchmark.Operations.HashObjectOperations.HGet(Params: ACL) 8515.7971089681 ns (± 24.49820352766158) 8860.84133605957 ns (± 102.06616322592791) 0.96
BDN.benchmark.Operations.HashObjectOperations.HGetAll(Params: ACL) 8503.079945882162 ns (± 122.87236101488787) 8362.233469281879 ns (± 31.05136021495222) 1.02
BDN.benchmark.Operations.HashObjectOperations.HIncrby(Params: ACL) 10441.250486246745 ns (± 121.19546791924061) 10692.876585642496 ns (± 26.95988150409428) 0.98
BDN.benchmark.Operations.HashObjectOperations.HIncrbyFloat(Params: ACL) 10758.176504770914 ns (± 13.941625335683932) 11010.396725463866 ns (± 117.00446608746103) 0.98
BDN.benchmark.Operations.HashObjectOperations.HKeys(Params: ACL) 7874.887987576998 ns (± 12.898629037533507) 8266.608738825871 ns (± 21.800492423187233) 0.95
BDN.benchmark.Operations.HashObjectOperations.HLen(Params: ACL) 8058.292961629232 ns (± 100.89757837293625) 8074.17722269694 ns (± 101.69902124847566) 1.00
BDN.benchmark.Operations.HashObjectOperations.HMGet(Params: ACL) 9750.890991210938 ns (± 42.416886466641564) 10263.613854726156 ns (± 5.526285252384248) 0.95
BDN.benchmark.Operations.HashObjectOperations.HMSet(Params: ACL) 10996.311757014348 ns (± 77.6544686054006) 10868.298169962565 ns (± 78.51521663663065) 1.01
BDN.benchmark.Operations.HashObjectOperations.HRandField(Params: ACL) 9119.627986653646 ns (± 116.05108194619827) 9098.04454167684 ns (± 9.658598597797594) 1.00
BDN.benchmark.Operations.HashObjectOperations.HScan(Params: ACL) 13305.517721557617 ns (± 156.40640485040586) 13227.142429896763 ns (± 56.70671488284787) 1.01
BDN.benchmark.Operations.HashObjectOperations.HSetNx(Params: ACL) 9870.420743306478 ns (± 37.777300284847136) 9973.45341796875 ns (± 102.10919575862553) 0.99
BDN.benchmark.Operations.HashObjectOperations.HStrLen(Params: ACL) 10522.085129874093 ns (± 140.79913974481033) 10486.118694051107 ns (± 88.54298434137793) 1.00
BDN.benchmark.Operations.HashObjectOperations.HVals(Params: ACL) 8057.390439547025 ns (± 25.134061792119155) 7985.391985575358 ns (± 5.711317120402143) 1.01
BDN.benchmark.Operations.HashObjectOperations.HSetDel(Params: AOF) 149738.10131835938 ns (± 1547.3564065200676) 151819.67042759486 ns (± 1434.8682668207352) 0.99
BDN.benchmark.Operations.HashObjectOperations.HExists(Params: AOF) 43900.44978919396 ns (± 191.59793347764477) 44380.7595476423 ns (± 126.23224197263737) 0.99
BDN.benchmark.Operations.HashObjectOperations.HGet(Params: AOF) 46813.29128011068 ns (± 110.18380246172732) 46485.83662923177 ns (± 453.1345518478909) 1.01
BDN.benchmark.Operations.HashObjectOperations.HGetAll(Params: AOF) 51159.97572678786 ns (± 173.07478820547874) 51620.05377666767 ns (± 291.68990420362826) 0.99
BDN.benchmark.Operations.HashObjectOperations.HIncrby(Params: AOF) 86276.20049641927 ns (± 1058.795785035823) 84578.4674967448 ns (± 430.0643015005173) 1.02
BDN.benchmark.Operations.HashObjectOperations.HIncrbyFloat(Params: AOF) 109725.29372558594 ns (± 821.1647062619334) 110598.30618082682 ns (± 528.3339498062113) 0.99
BDN.benchmark.Operations.HashObjectOperations.HKeys(Params: AOF) 45896.8557434082 ns (± 130.7700038689558) 47190.70922415597 ns (± 208.78632788011407) 0.97
BDN.benchmark.Operations.HashObjectOperations.HLen(Params: AOF) 44229.007592773436 ns (± 438.82206019582895) 40152.014591761996 ns (± 153.88026762901697) 1.10
BDN.benchmark.Operations.HashObjectOperations.HMGet(Params: AOF) 49238.73055326022 ns (± 195.11319615887558) 49276.00886230469 ns (± 437.10254906581184) 1.00
BDN.benchmark.Operations.HashObjectOperations.HMSet(Params: AOF) 85192.84284319196 ns (± 523.1577777310926) 83642.74772542318 ns (± 651.1657945139967) 1.02
BDN.benchmark.Operations.HashObjectOperations.HRandField(Params: AOF) 57933.28474731445 ns (± 526.5748767411742) 58536.30070800781 ns (± 361.88752753198406) 0.99
BDN.benchmark.Operations.HashObjectOperations.HScan(Params: AOF) 13385.131068638393 ns (± 81.55990212036693) 13202.647235576924 ns (± 20.61979369515581) 1.01
BDN.benchmark.Operations.HashObjectOperations.HSetNx(Params: AOF) 76009.40773228237 ns (± 444.5551434277611) 73632.56808035714 ns (± 630.9898844173841) 1.03
BDN.benchmark.Operations.HashObjectOperations.HStrLen(Params: AOF) 43497.206547663765 ns (± 155.67061689217178) 46036.92908121745 ns (± 181.90223612998912) 0.94
BDN.benchmark.Operations.HashObjectOperations.HVals(Params: AOF) 53448.01705932617 ns (± 91.0815643216946) 48163.60700334822 ns (± 135.6157442015296) 1.11
BDN.benchmark.Operations.HashObjectOperations.HSetDel(Params: None) 137048.2773030599 ns (± 441.7739376330771) 137425.69956752233 ns (± 456.5279120093592) 1.00
BDN.benchmark.Operations.HashObjectOperations.HExists(Params: None) 47830.549241129556 ns (± 185.1030386053326) 44356.03417154948 ns (± 282.98550322430964) 1.08
BDN.benchmark.Operations.HashObjectOperations.HGet(Params: None) 45303.488405354816 ns (± 407.32074121554405) 51299.62721034459 ns (± 165.39593447338538) 0.88
BDN.benchmark.Operations.HashObjectOperations.HGetAll(Params: None) 48788.311696370445 ns (± 341.60251563340364) 49027.63243689904 ns (± 133.1419607894696) 1.00
BDN.benchmark.Operations.HashObjectOperations.HIncrby(Params: None) 76267.91787109376 ns (± 320.17715100397544) 73647.73244803293 ns (± 346.18511576276035) 1.04
BDN.benchmark.Operations.HashObjectOperations.HIncrbyFloat(Params: None) 104213.09088541666 ns (± 622.157323755569) 101912.45548502605 ns (± 474.7864053521728) 1.02
BDN.benchmark.Operations.HashObjectOperations.HKeys(Params: None) 49895.271000788765 ns (± 105.43680461402819) 47774.82015991211 ns (± 289.67236026775487) 1.04
BDN.benchmark.Operations.HashObjectOperations.HLen(Params: None) 36199.083892822266 ns (± 87.49508539293338) 46926.40281778971 ns (± 161.47725592260318) 0.77
BDN.benchmark.Operations.HashObjectOperations.HMGet(Params: None) 51172.06547194261 ns (± 150.67651077589085) 50373.383643517125 ns (± 163.89789458853232) 1.02
BDN.benchmark.Operations.HashObjectOperations.HMSet(Params: None) 69678.95793457031 ns (± 437.8949585154224) 68894.97579752604 ns (± 279.7708566070025) 1.01
BDN.benchmark.Operations.HashObjectOperations.HRandField(Params: None) 56377.7862101237 ns (± 276.5082378329928) 55464.97563273112 ns (± 275.64071239907844) 1.02
BDN.benchmark.Operations.HashObjectOperations.HScan(Params: None) 13383.660144260952 ns (± 55.25050456585759) 13496.691808847281 ns (± 50.07696026952535) 0.99
BDN.benchmark.Operations.HashObjectOperations.HSetNx(Params: None) 65520.79259440104 ns (± 361.27189439344585) 65800.80510660807 ns (± 380.01603581508857) 1.00
BDN.benchmark.Operations.HashObjectOperations.HStrLen(Params: None) 43864.48548787435 ns (± 208.92722797218244) 45428.07421439035 ns (± 190.77101705934402) 0.97
BDN.benchmark.Operations.HashObjectOperations.HVals(Params: None) 45912.469490559895 ns (± 219.4418762744988) 48099.48198242187 ns (± 154.6060916364665) 0.95

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.HashObjectOperations (windows-latest net8.0 Release)

Benchmark suite Current: ca7fedd Previous: d445d1e Ratio
BDN.benchmark.Operations.HashObjectOperations.HSetDel(Params: ACL) 100677.11356026786 ns (± 340.6634241979266) 100474.67128208706 ns (± 140.46909447978757) 1.00
BDN.benchmark.Operations.HashObjectOperations.HExists(Params: ACL) 10542.132274921123 ns (± 7.360708294157827) 10526.939392089844 ns (± 18.381248792646325) 1.00
BDN.benchmark.Operations.HashObjectOperations.HGet(Params: ACL) 8011.259569440569 ns (± 16.494673433373723) 7971.606227329799 ns (± 10.31367473190639) 1.00
BDN.benchmark.Operations.HashObjectOperations.HGetAll(Params: ACL) 8521.992551363432 ns (± 22.89907463029386) 8660.644095284599 ns (± 10.389485350102426) 0.98
BDN.benchmark.Operations.HashObjectOperations.HIncrby(Params: ACL) 12033.909715924945 ns (± 11.754943002271725) 12044.007286658654 ns (± 15.047781944970813) 1.00
BDN.benchmark.Operations.HashObjectOperations.HIncrbyFloat(Params: ACL) 13504.288635253906 ns (± 17.04079726809663) 13353.23726109096 ns (± 30.051464458069116) 1.01
BDN.benchmark.Operations.HashObjectOperations.HKeys(Params: ACL) 7582.202974955241 ns (± 4.686977453284368) 7542.4750736781525 ns (± 11.17574941624052) 1.01
BDN.benchmark.Operations.HashObjectOperations.HLen(Params: ACL) 7642.632239205496 ns (± 6.1990818183357055) 7530.669566563198 ns (± 7.38648611181192) 1.01
BDN.benchmark.Operations.HashObjectOperations.HMGet(Params: ACL) 8794.620949881417 ns (± 20.566436832037358) 8776.958770751953 ns (± 12.70059783661384) 1.00
BDN.benchmark.Operations.HashObjectOperations.HMSet(Params: ACL) 9743.931688581195 ns (± 20.717275345706668) 9854.81458391462 ns (± 7.730936480309405) 0.99
BDN.benchmark.Operations.HashObjectOperations.HRandField(Params: ACL) 11802.694574991861 ns (± 17.463778934347168) 11967.858072916666 ns (± 28.03951419099032) 0.99
BDN.benchmark.Operations.HashObjectOperations.HScan(Params: ACL) 9242.728424072266 ns (± 15.800148490121163) 9259.644317626953 ns (± 19.392517749115054) 1.00
BDN.benchmark.Operations.HashObjectOperations.HSetNx(Params: ACL) 9944.993845621744 ns (± 25.341897450734095) 9857.515614827475 ns (± 15.216370870353844) 1.01
BDN.benchmark.Operations.HashObjectOperations.HStrLen(Params: ACL) 12644.889526367188 ns (± 14.511656051875093) 12650.930531819662 ns (± 23.584072991420637) 1.00
BDN.benchmark.Operations.HashObjectOperations.HVals(Params: ACL) 7583.861868722098 ns (± 7.841968338966071) 7597.127415583684 ns (± 6.8116705521821) 1.00
BDN.benchmark.Operations.HashObjectOperations.HSetDel(Params: AOF) 118540.69636418269 ns (± 741.3075997779938) 114978.28892299107 ns (± 241.34025728018992) 1.03
BDN.benchmark.Operations.HashObjectOperations.HExists(Params: AOF) 40947.09603445871 ns (± 86.25173857815322) 41915.80599271334 ns (± 101.41015265722281) 0.98
BDN.benchmark.Operations.HashObjectOperations.HGet(Params: AOF) 39993.36172250601 ns (± 51.2950853234991) 39896.98181152344 ns (± 117.82133377462816) 1.00
BDN.benchmark.Operations.HashObjectOperations.HGetAll(Params: AOF) 51081.817220052086 ns (± 65.12608013204398) 44827.15628487723 ns (± 67.74881398797693) 1.14
BDN.benchmark.Operations.HashObjectOperations.HIncrby(Params: AOF) 69987.54413311298 ns (± 409.30924868953844) 67061.92190987723 ns (± 337.7067449121707) 1.04
BDN.benchmark.Operations.HashObjectOperations.HIncrbyFloat(Params: AOF) 95281.08285757211 ns (± 195.1014866832791) 93711.26621791294 ns (± 273.8681131391359) 1.02
BDN.benchmark.Operations.HashObjectOperations.HKeys(Params: AOF) 44199.11641438802 ns (± 72.6005444833709) 41690.909282977766 ns (± 57.430906648466205) 1.06
BDN.benchmark.Operations.HashObjectOperations.HLen(Params: AOF) 36432.59756905692 ns (± 55.51520998282554) 34027.71708170573 ns (± 44.573449493725946) 1.07
BDN.benchmark.Operations.HashObjectOperations.HMGet(Params: AOF) 45682.14604304387 ns (± 73.70648587231693) 46374.96520996094 ns (± 82.72226837853478) 0.99
BDN.benchmark.Operations.HashObjectOperations.HMSet(Params: AOF) 62304.66026893029 ns (± 193.61190021882973) 60833.167442908656 ns (± 208.34091090060411) 1.02
BDN.benchmark.Operations.HashObjectOperations.HRandField(Params: AOF) 53961.062825520836 ns (± 113.15971109531297) 56324.89013671875 ns (± 78.8640050009412) 0.96
BDN.benchmark.Operations.HashObjectOperations.HScan(Params: AOF) 9088.07373046875 ns (± 20.161885158838707) 9200.650126139322 ns (± 11.887694258191662) 0.99
BDN.benchmark.Operations.HashObjectOperations.HSetNx(Params: AOF) 56778.48653157552 ns (± 58.292075553355446) 56266.821725027905 ns (± 162.8559401906546) 1.01
BDN.benchmark.Operations.HashObjectOperations.HStrLen(Params: AOF) 43912.19095865885 ns (± 122.35480637595884) 45662.804739815845 ns (± 78.76281349310658) 0.96
BDN.benchmark.Operations.HashObjectOperations.HVals(Params: AOF) 42671.41636439732 ns (± 113.48483535424937) 43031.15774301382 ns (± 60.27852634486195) 0.99
BDN.benchmark.Operations.HashObjectOperations.HSetDel(Params: None) 99569.39697265625 ns (± 215.42126328975462) 101195.02301897321 ns (± 218.84735483350752) 0.98
BDN.benchmark.Operations.HashObjectOperations.HExists(Params: None) 41778.78652719351 ns (± 73.00274924326237) 43361.4022391183 ns (± 95.24095655304822) 0.96
BDN.benchmark.Operations.HashObjectOperations.HGet(Params: None) 41876.09558105469 ns (± 95.96165109977937) 41254.3709891183 ns (± 117.21170348127046) 1.02
BDN.benchmark.Operations.HashObjectOperations.HGetAll(Params: None) 46139.303354116586 ns (± 60.25865153909021) 45790.58626615084 ns (± 26.948433486867945) 1.01
BDN.benchmark.Operations.HashObjectOperations.HIncrby(Params: None) 59111.45150320871 ns (± 152.51918409172262) 59273.57625325521 ns (± 92.31184300256423) 1.00
BDN.benchmark.Operations.HashObjectOperations.HIncrbyFloat(Params: None) 84966.54803936298 ns (± 190.41628860797175) 87588.07739257812 ns (± 153.51429700537045) 0.97
BDN.benchmark.Operations.HashObjectOperations.HKeys(Params: None) 43082.095540364586 ns (± 76.63740831924831) 43002.70472935268 ns (± 76.41868377051787) 1.00
BDN.benchmark.Operations.HashObjectOperations.HLen(Params: None) 34346.605224609375 ns (± 73.58077709539329) 34090.07350376674 ns (± 65.01384504674209) 1.01
BDN.benchmark.Operations.HashObjectOperations.HMGet(Params: None) 42473.90594482422 ns (± 93.95291927679129) 49453.07399204799 ns (± 59.579608853638916) 0.86
BDN.benchmark.Operations.HashObjectOperations.HMSet(Params: None) 53448.17156110491 ns (± 140.15878124812681) 53040.93322753906 ns (± 176.39925455443503) 1.01
BDN.benchmark.Operations.HashObjectOperations.HRandField(Params: None) 52762.80604771205 ns (± 76.73562307825755) 53107.084001813615 ns (± 85.23101585413131) 0.99
BDN.benchmark.Operations.HashObjectOperations.HScan(Params: None) 9230.29047648112 ns (± 13.095884793092523) 9102.104187011719 ns (± 14.626401731981552) 1.01
BDN.benchmark.Operations.HashObjectOperations.HSetNx(Params: None) 51766.95040189303 ns (± 58.39788165759042) 51126.191594050484 ns (± 78.51321053603465) 1.01
BDN.benchmark.Operations.HashObjectOperations.HStrLen(Params: None) 45890.380423409595 ns (± 91.02492742124075) 45275.7821219308 ns (± 68.04249898441213) 1.01
BDN.benchmark.Operations.HashObjectOperations.HVals(Params: None) 42822.265625 ns (± 86.0008625628384) 47866.927228655135 ns (± 40.439139898624056) 0.89

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

Please sign in to comment.