danlg / lgen

lgen
MIT License
2 stars 1 forks source link

stress test #148

Open terenceng2010 opened 8 years ago

terenceng2010 commented 8 years ago

Before releasing the app for testing, its better to do some stress test to see how many people we can support.

Via the below load test framework, it emulates user logins without passwords.

https://atmospherejs.com/meteorhacks/meteor-down https://github.com/meteorhacks/meteor-down

try write some test script to emulate users concurrently chating, using class, voting in class to see the performance of pub/sub and meteor methods in kadira

terenceng2010 commented 8 years ago

https://github.com/alanning/meteor-load-test

terenceng2010 commented 8 years ago

Terminology

Source: Goranka Bjedov, Google Tech Talk

Performance Testing

Stress Testing

Load Test

Scalability

Performance Profiling

Reliability Testing

Availability Testing

Why test Performance?

Why NOT to test Performance?