Files
rk35xx-android14/external/ltp/utils/benchmark/ebizzy-0.3/ChangeLog
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

22 lines
665 B
Plaintext

2007-10-01 Valerie Henson <val@nmt.edu>
* Release 0.3.
* Added FreeBSD and HP-UX compatibility, thanks to Rodrigo Rubira Branco
<rrbranco@br.ibm.com> for frequent patches and testing.
2007-08-15 Valerie Henson <val@nmt.edu>
* Release 0.2.
* Started reporting a rate of transactions per second rather than
just measuring the time.
* Solaris compatibility, thanks to Rodrigo Rubira Branco
<rrbranco@br.ibm.com> for frequent patches and testing.
* rand() was limiting scalability, use cheap dumb inline "random"
function to avoid that. Thanks to Brian Twichell
<twichell@us.ibm.com> for finding it and Yong Cai
<ycai@us.ibm.com> for testing.