Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Check that the repository can handle put and get of large number of files correctly (Not finished). 

  1. Create a empty directory
  2. Run the following command in the new dir to create 10000 files:
    Code Block
    Create script on first run.
    
  3. Run the following command to put the 10000 files:
    Code Block
    Create script on first run.
    
  4. Run the following command to get the 10000 files:
    Code Block
    Create script on first run.
    
  5. Run the following command to delete the files:
    Code Block
    Create script on first run.