Skip to content

Commit 4dba8de

Browse files
Version 1.0.63
1 parent dfb485e commit 4dba8de

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
@ 2025-06-04, v1.0.63
4+
5+
* Added simple gd tests saving various formats of images: gif, png, jpg, webp, avif
6+
37
@ 2025-06-04, v1.0.62
48

59
* Added simple key-value tests: sqlite3

bench.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Author : Sergey Dryabzhinsky #
1111
# Company : Rusoft Ltd, Russia #
1212
# Date : Jun 4, 2025 #
13-
# Version : 1.0.63-dev #
13+
# Version : 1.0.63 #
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.63-dev';
23+
$scriptVersion = '1.0.63';
2424

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

0 commit comments

Comments
 (0)