| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.2.0 source code.tar.gz | 2023-11-09 | 120.8 kB | |
| 1.2.0 source code.zip | 2023-11-09 | 182.7 kB | |
| README.md | 2023-11-09 | 1.2 kB | |
| Totals: 3 Items | 304.6 kB | 0 | |
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.Readerprotocol 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!