You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present there are a small number of performance benchmarks run as a part of PR validation but there are no scalability benchmarks.
We need to have some benchmarks that measure the scalability of hyperlight when a host process creates varying numbers of sandboxes and invokes functions on them concurrently.
These benchmarks should attempt to measure how hyperlight behaves in a number of dimensions, for example:
Different usage patterns e.g.
Create a Sandbox, Use, Drop
Create a Sandbox, initialize it, cache, use, return to cache
Different parameter types and sizes
The text was updated successfully, but these errors were encountered:
At present there are a small number of performance benchmarks run as a part of PR validation but there are no scalability benchmarks.
We need to have some benchmarks that measure the scalability of hyperlight when a host process creates varying numbers of sandboxes and invokes functions on them concurrently.
These benchmarks should attempt to measure how hyperlight behaves in a number of dimensions, for example:
The text was updated successfully, but these errors were encountered: