ubench
ubench copied to clipboard
Micro PHP benchmark library
The readableElapsedTime function supports a $round parameter, but this isn't passed to the ms output. If this is passed and the $format is removed it will work with sub millisecond...
The function improves the code style by returning own object, to simplifying writing `(new \Ubench())->start()`.
https://github.com/devster/ubench/blob/9f593759af88ef2a584ff6ca8bc0e7d76256fcaf/src/Ubench.php#L149 Hi there, the correct abbrevations for memory sizes are as following: - kilobyte: KB - megabyte: MB - gigabyte: GB - petabyte: PB The units in latest version (2.1.0)...