Skip to content

Tags: abelland/php-simple-benchmark-script

Tags

v1.0.35

Toggle v1.0.35's commit message
Version 1.0.35 - support php-7.4

v1.0.34

Toggle v1.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rusoft#12 from rusoft/update-for-rpi

Detect CPU model and MHz two ways

v1.0.33

Toggle v1.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create LICENSE

v1.0.32

Toggle v1.0.32's commit message
Version 1.0.32

- revert stdClass use - php-4 has it too

v1.0.31

Toggle v1.0.31's commit message
Version 1.0.31

- fix serialization tests - object available only for php-5+

v1.0.30

Toggle v1.0.30's commit message
Version 1.0.30

- fixed xmlrpc tests - in php-7.2+libxmlprc-epi problems with strings with html-tags
- in some tests added to testing object fields with different data types

v1.0.29

Toggle v1.0.29's commit message
Version 1.0.29

- add -L param to output lists of tests names
- add -T param to run only selected tests
- add -I param to output only system informaton but don't run tests

v1.0.28.1

Toggle v1.0.28.1's commit message
Version 1.0.28.1

- changes in output:
  - more space for `seconds`
  - minor changes in info

v1.0.28

Toggle v1.0.28's commit message
Version 1.0.28

- fixed size calculation to byte units - if size was 0, then math error happens

v1.0.27

Toggle v1.0.27's commit message
Version 1.0.27

- new startup param to disable recalculation of test times