The objective of the Speaking Portal Project is to design, develop, and deploy a lip-sync animation API for the Kukarella text-to-speech (TTS) web application. This API will serve as an animation-generating add-on for this system so that the user can both listen to and watch their avatar speak the user provided text.
Make a mini formal report on test cases that test for the time is takes for the system to process a user's audio file of various lengths. Investigate the performance on a localhost relative to the performance in an external AWS ec2 instance.
The test cases should be as follows:
Local (One Request)
10 seconds (x words)
30 seconds (x words)
60 seconds (x words)
120 seconds (x words)
Server (One Request)
10 seconds (x words)
30 seconds (x words)
60 seconds (x words)
120 seconds (x words)
Local (10 Request)
10 seconds (x words)
30 seconds (x words)
60 seconds (x words)
120 seconds (x words)
Server (10 Request)
10 seconds (x words)
30 seconds (x words)
60 seconds (x words)
120 seconds (x words)
Local (100 Request) WILL NOT PROCEED WITH THIS TEST
10 seconds (x words)
30 seconds (x words)
60 seconds (x words)
120 seconds (x words)
Server (100 Request)
10 seconds (x words)
30 seconds (x words)
60 seconds (x words)
120 seconds (x words)
Requirements for delivery
[x] Create test files
[ ] Run tests on Local Host
[ ] Run tests on external AWS instance
[ ] Finalize report
Additional context
These tests will only consider time to process one request
Is this related to a problem? Please describe.
Make a mini formal report on test cases that test for the time is takes for the system to process a user's audio file of various lengths. Investigate the performance on a localhost relative to the performance in an external AWS ec2 instance.
The test cases should be as follows:
Local (One Request)
Server (One Request)
Local (10 Request)
Server (10 Request)
Local (100 Request) WILL NOT PROCEED WITH THIS TEST
Server (100 Request)
Requirements for delivery
Additional context