Skip to content

Use own assign method internally

Choose a tag to compare

@planttheidea planttheidea released this 21 Oct 16:34
0428291

Originally, this library was using a typescript-generated ponyfill of Object.assign() to merge the Benchee.Options with the internal defaults. This change uses a homegrown function instead, both reducing footprint size and improving runtime performance of the merge as it does not check for the existence of Object.assign globally at each execution.