Skip to content

Commit 39ccc0d

Browse files
Version 1.0.64
1 parent ad67970 commit 39ccc0d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog
22

3+
@ 2025-06-06, v1.0.64
4+
5+
* Added simple tests for sodium
6+
* Added simple test for ctype
7+
38
@ 2025-06-04, v1.0.63
49

510
* Added simple gd tests saving various formats of images: gif, png, jpg, webp, avif

bench.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Company : Code24 BV, The Netherlands #
1010
# Author : Sergey Dryabzhinsky #
1111
# Company : Rusoft Ltd, Russia #
12-
# Date : Jun 4, 2025 #
13-
# Version : 1.0.64-dev #
12+
# Date : Jun 6, 2025 #
13+
# Version : 1.0.64 #
1414
# License : Creative Commons CC-BY license #
1515
# Website : https://github.com/rusoft/php-simple-benchmark-script #
1616
# Website : https://gitea.rusoft.ru/open-source/php-simple-benchmark-script #
@@ -20,7 +20,7 @@
2020

2121
include_once("php-options.php");
2222

23-
$scriptVersion = '1.0.64-dev';
23+
$scriptVersion = '1.0.64';
2424

2525
// Special string to flush buffers, nginx for example
2626
$flushStr = '<!-- '.str_repeat(" ", 8192).' -->';

0 commit comments

Comments
 (0)