I am testing S3 command line tool performances at the moment and I am testing them using files I have created with fallocate. Im measuring the time different tools take to upload, say, 200 files of 1MB each to the S3 storage. Is there a difference between the files I have created with fallocate compared to a different file I have created myself, for example a .txt document of 1MB size? Or is a test.txt file created with fallocate the exact same as a test.txt created with notepad?
I want to make sure that the tests I make are realistic and not just fast because fallocate creates a different type of file.