nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

Test speed improvements of disabling struckture checks of Argu #188

Closed kMutagene closed 9 months ago

kMutagene commented 1 year ago

https://fsprojects.github.io/Argu/perf.html

Since the cli arg union case tree i pretty large in this repo, it might be worth to investigate the possible performance gains of disabling structure checks in the releases (maybe move structure checking to unit tests alltogether as well)

omaus commented 1 year ago

Sounds nice, will investigate this in the near future.