mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
218 stars 78 forks source link

API changes #33

Closed benlangfeld closed 10 years ago

benlangfeld commented 10 years ago

A bunch of work is already underway to separate concerns between Scenario and Runner, and this is almost finished.

A couple of rough proposals:

Thoughts, @bklang?

benlangfeld commented 10 years ago

See #34 for the start of some of this.

bklang commented 10 years ago

Comments were made in #34. Make sense to close this one?

benlangfeld commented 10 years ago

I'm going to use this as a placeholder for multiple follow-up PRs.

I'd also appreciate feedback on the last point if you have any.

bklang commented 10 years ago

Allow SippyCup to execute SIPp scenarios using a YAML manifest (replacing steps with embed or similar, passing either filenames or embedded XML scenarios).

:+1: This is a great idea.

My ideal preference would be to be able to embed the XML scenario so you can just pass around the single YAML file. But being able to reference an external XML is something we already support.

benlangfeld commented 10 years ago

More coming in #36

benlangfeld commented 10 years ago

Actually, gonna close this in favour of finishing off in #36