OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

Add benchmarks #40

Closed adam-mccoy closed 1 year ago

adam-mccoy commented 1 year ago

Does what it says on the tin.

akirayamamoto commented 1 year ago

It is nice to see that the benchmarks results are consistent across several runs.

Method Mean Error StdDev Gen0 Gen1 Gen2 Allocated
ApplyBigDelta_Different 16.19 ms 0.311 ms 0.576 ms 375.0000 375.0000 375.0000 50 MB
ApplyBigDelta_Identical 2,066.69 ms 41.238 ms 98.802 ms 363000.0000 363000.0000 363000.0000 102400.77 MB
Method Mean Error StdDev Gen0 Gen1 Gen2 Allocated
ApplyBigDelta_Different 16.36 ms 0.279 ms 0.261 ms 375.0000 375.0000 375.0000 50 MB
ApplyBigDelta_Identical 1,983.46 ms 37.114 ms 93.113 ms 364000.0000 364000.0000 364000.0000 102400.77 MB