enso/test/Benchmarks
Radosław Waśko 61a4120cfb
Fix date comparisons and test sorting of tables and vectors with dates (#3745)
Implements https://www.pivotaltracker.com/story/show/183402892

# Important Notes
- Fixes inconsistent `compare_to` vs `==` behaviour in date/time types and adds test for that.
- Adds test for `Table.order_by` on dates and custom types.
- Fixes an issue with `Table.order_by` for custom types.
- Unifies how incomparable objects are reported by `Table.order_by` and `Vector.sort`.
- Adds benchmarks comparing `Table.order_by` and `Vector.sort` performance.
2022-09-29 08:48:00 +00:00
..
src Fix date comparisons and test sorting of tables and vectors with dates (#3745) 2022-09-29 08:48:00 +00:00
package.yaml Run components through the launcher (#1073) 2020-08-19 13:24:31 +01:00