rjwills28 / coniql_strawberry

A test implementation of the Coniql application using Strawberry
0 stars 0 forks source link

Investigate performance of Strawberry #3

Open rjwills28 opened 2 years ago

rjwills28 commented 2 years ago

Run some tests to compare the CPU and memory usage of the strawberry implementation vs the original Coniql.

rjwills28 commented 2 years ago

I ran a basic test with 100 PVs updating at 10 Hz and using the cs-web-proto performance test to subscribe and display the updates. Below are the results:

Original Coniql: CPU = 24 %, Memory = 55 MB Strawberry Coniql: CPU = 12 %, Memory = 56 MB