1.2.0 (2023-11-09)
Long time, huh? 😉 I'm not gonna repeat all that, but I'm happy benchee is in a place where it just works and doesn't need too much support. Biggest feature here is the implementation of the Table.Reader
protocol for a better Livebook experience.
Features (User Facing)
- Trying to benchmark evaluated functions will now result in a warning. Thanks @BrooklinJazz, @czrpb, @aar2dee2,@ReecesPeanutButterCodes.
- Add support for the
Table.Reader
protocol so that benchee works out of the box in Livebook. See #369, big shoutout to @akoutmos and sorry for keeping it unreleased for so long.
Bugfixes (User Facing)
- Removed Elixir 1.16 compiler warnings around +0.0 and -0.0. Thanks @tomciop.
- Building an escript and running it is fixed. See #384 and thanks @Munksgaard!