Checking saving times over network for Wav and Aiff formats

Issue #102 new
IJabz repo owner created an issue

Because these are large files formats we need to ensure we minimize reads/writes - most significant when files are on network

Comments (1)

  1. IJabz reporter

    A simple modification to AbstractTestCase.copyAudioToTmp() allows us to run all tests against network files instead of local files but we need to add time measurement to either the tests or perhaps the code itself.

  2. Log in to comment