jakipatryk / spark-persistent-homology

(WIP, not fast enough for any production usage yet) Library for persistent homology computations in Apache Spark.
Apache License 2.0
0 stars 0 forks source link

Implement performence testing setup #14

Closed jakipatryk closed 1 year ago

jakipatryk commented 1 year ago
  1. It should be able to generate data of various sizes, in various shapes, also ready to be consumed by other libraries to compare performence.
  2. It should cover E2E flow from points cloud to Persistence Image.
  3. It should cover both single-machine setup as well as distributed (probably EMR).
jakipatryk commented 1 year ago

Closing as #28 allows for good-enough performence testing.