radis / radis-benchmark

Performance Benchmarks & proof-of-concept for RADIS
https://radis.github.io/radis-benchmark/
2 stars 4 forks source link

Chunksize manual benchmarking notebook for equilibrium spectra added #12

Open sagarchotalia opened 2 years ago

sagarchotalia commented 2 years ago

Added a notebook for benchmarking of chunksize vs. non-chunksize computations, plotting the results.

Changes Made

Future Objectives

erwanp commented 2 years ago

Saw your notebook, great! https://github.com/sagarchotalia/radis-benchmark/blob/master/manual_benchmarks/chunksize_benchmark.ipynb

Can you somehow output the number of chunks ? I see there are only ~50,000 lines in the NO example, which is a small number, so it's possible that beyond chunksize=1e5 we're having all lines in a single chunk.

sagarchotalia commented 2 years ago

Yes, so I included the "N" calculation parameter, here are the results: