amineKammah / ensimag-sdtd

0 stars 0 forks source link

Benchmarking #13

Open amineKammah opened 3 years ago

amineKammah commented 3 years ago

As of this commit: https://github.com/amineKammah/ensimag-sdtd/commit/61f647b3e09252de53be6bb576ba997dc1e0787f

With 5 Spark executors, the average response time for processing one image is: 3.484 seconds. With 4 Spark executors, the average response time for processing one image is: 3.646 seconds. With 3 Spark executors, the average response time for processing one image is: 4.797 seconds. With 2 Spark executors, the average response time for processing one image is: 6.782 seconds.

amineKammah commented 3 years ago

To understand Spark Streaming: https://techmagie.wordpress.com/2017/04/22/spark-streaming-under-the-hood/

amineKammah commented 3 years ago