Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bench marking tools/tests #20

Open
goodboy opened this issue Dec 18, 2015 · 0 comments
Open

Add bench marking tools/tests #20

goodboy opened this issue Dec 18, 2015 · 0 comments

Comments

@goodboy
Copy link
Contributor

goodboy commented Dec 18, 2015

We need a reliable and consistent way to measure both python performance as well as FS performance as a load generator. A few approaches I can think of off-hand include:

  • include cProfile wrapper scripts much like pytest does: https://github.com/pytest-dev/pytest/tree/master/bench for bench marking:
    • event loop
    • measurement collection
    • call generator burst loop
  • create a test case which launches a SIPp uas with -rtp_echo enabled and run the Bert app to benchmark FS as a load generator.
    • Assuming SIPp can handle a lot of simultaneous RTP streams we should be able to find the breaking point of the FS caller.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant