Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aaronontheweb/add1f557eba070368efe to your computer and use it in GitHub Desktop.
Save Aaronontheweb/add1f557eba070368efe to your computer and use it in GitHub Desktop.
Akka.NET Memory Benchmarking

Akka.Tests.Performance.Actor.ActorMemoryFootprintSpec+UntypedActorMemoryFootprint

Measures the amount of memory used by 10,000 UntypedActors 12/8/2015 5:48:18 PM

System Info

NBench=NBench, Version=0.1.1.0, Culture=neutral, PublicKeyToken=null
OS=Microsoft Windows NT 6.2.9200.0
ProcessorCount=8
CLR=4.0.30319.42000,IsMono=False,MaxGcGeneration=2
WorkerThreads=32767, IOThreads=8

NBench Settings

RunMode=Iterations, TestMode=Measurement
NumberOfIterations=13, MaximumRunTime=00:00:01

Data


Totals

      Metric |           Units |             Max |         Average |             Min |          StdDev |

---------------- |---------------- |---------------- |---------------- |---------------- |---------------- | TotalBytesAllocated | bytes | 27,085,576.00 | 24,057,186.46 | 22,431,368.00 | 1,434,834.05 | [Counter] ActorCreateThroughput | operations | 10,000.00 | 10,000.00 | 10,000.00 | 0.00 |

Per-second Totals

      Metric |       Units / s |         Max / s |     Average / s |         Min / s |      StdDev / s |

---------------- |---------------- |---------------- |---------------- |---------------- |---------------- | TotalBytesAllocated | bytes | 65,732,036.36 | 56,426,875.82 | 51,488,752.44 | 4,302,682.74 | [Counter] ActorCreateThroughput | operations | 24,268.28 | 23,438.60 | 22,391.93 | 561.30 |

Raw Data

TotalBytesAllocated

       Run # |           bytes |       bytes / s |      ns / bytes |

---------------- |---------------- |---------------- |---------------- | 1 | 24,294,736.00 | 56,255,432.85 | 17.78 | 2 | 23,323,752.00 | 53,312,778.25 | 18.76 | 3 | 27,085,576.00 | 65,732,036.36 | 15.21 | 4 | 23,964,744.00 | 56,327,514.51 | 17.75 | 5 | 22,977,840.00 | 54,715,775.74 | 18.28 | 6 | 22,431,368.00 | 51,488,752.44 | 19.42 | 7 | 24,355,160.00 | 57,847,416.63 | 17.29 | 8 | 23,992,864.00 | 53,724,653.34 | 18.61 | 9 | 23,543,160.00 | 55,847,313.71 | 17.91 | 10 | 23,055,600.00 | 52,513,257.74 | 19.04 | 11 | 22,750,080.00 | 53,611,933.87 | 18.65 | 12 | 26,895,064.00 | 64,418,322.10 | 15.52 | 13 | 24,073,480.00 | 57,754,198.15 | 17.31 |

[Counter] ActorCreateThroughput

       Run # |      operations |  operations / s | ns / operations |

---------------- |---------------- |---------------- |---------------- | 1 | 10,000.00 | 23,155.40 | 43,186.47 | 2 | 10,000.00 | 22,857.72 | 43,748.90 | 3 | 10,000.00 | 24,268.28 | 41,206.05 | 4 | 10,000.00 | 23,504.33 | 42,545.36 | 5 | 10,000.00 | 23,812.41 | 41,994.91 | 6 | 10,000.00 | 22,953.91 | 43,565.57 | 7 | 10,000.00 | 23,751.61 | 42,102.42 | 8 | 10,000.00 | 22,391.93 | 44,658.95 | 9 | 10,000.00 | 23,721.25 | 42,156.30 | 10 | 10,000.00 | 22,776.79 | 43,904.34 | 11 | 10,000.00 | 23,565.60 | 42,434.73 | 12 | 10,000.00 | 23,951.73 | 41,750.64 | 13 | 10,000.00 | 23,990.80 | 41,682.65 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment