A typer script has to be created to generate a benchmark for how long a snapshot takes for the built-in CSV reader. This script should collect information about the system where the benchmark is run, how long each section of the snapshot computation takes and ideally profile how long each dstrack method call takes.
The benchmark should be a new entry point of the package, but not through the same dstrack entry point that already exist because this is script will mainly be used for development purposes.
A typer script has to be created to generate a benchmark for how long a snapshot takes for the built-in CSV reader. This script should collect information about the system where the benchmark is run, how long each section of the snapshot computation takes and ideally profile how long each
dstrackmethod call takes.The benchmark should be a new entry point of the package, but not through the same
dstrackentry point that already exist because this is script will mainly be used for development purposes.