Java File Copy Benchmarks Update

I've made an update of my benchmark about file copy methods in Java. I've been asked for new informations about this benchmark and for new test, so I've included more results and informations.

This new version include two new complete benchmarks :

  1. Benchmark on the same disk (Ext4)
  2. Benchmark between two disks (Ext4 -> Ext4)

And of course the old benchmark is always here : Benchmark between two disks (Ext4 -> NTFS).

I've also included more informations about the disk and the benchmark. The statistics informations about the results are also included in the post. So you can found the standard deviation of the results and the confidence intervals of the results stats.

And last but not least I've included a new method to copy files using the cp executable of Linux.

The results are always available at the same place : File Copy in Java - Benchmark

Related articles

  • My Java Benchmarks on GitHub
  • Java File Copy Benchmark Updates (once again)
  • How to write correct benchmarks
  • File copy in Java - Benchmark
  • Generate graphs benchmarks easily
  • C++11 Synchronization Benchmark
  • Comments

    Comments powered by Disqus