mwchase / python-structured-data

MIT License
2 stars 0 forks source link

Add perf benchmarks based on fields #48

Open mwchase opened 4 years ago

mwchase commented 4 years ago

See https://github.com/ionelmc/python-fields/blob/master/tests/test_perf.py

Maybe expand into separate benchmarks based on creation time vs access time.

My expectation is that adt.Product will be middle-of-the-road at best. Need extra adaptors to pull of adt.Sum.

mwchase commented 4 years ago

Add coconut to the benchmarks as well.