-
if we only need to run a few benchmarks, e.g. `text-benchmarks Pure/drop/Text+tiny` it's wasteful to initialize all of them (and read all the test data in memory - all the test data is a few hundreds of MB, but we read it in several tests, as different types, and most seriously, as String - which turns this into GBs of memory)
if we only need to run a few benchmarks, e.g. `text-benchmarks Pure/drop/Text+tiny` it's wasteful to initialize all of them (and read all the test data in memory - all the test data is a few hundreds of MB, but we read it in several tests, as different types, and most seriously, as String - which turns this into GBs of memory)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Concat.hs 785 B