Skip to content

Commit f2eef76

Browse files
Version 1.0.62
1 parent da5cd51 commit f2eef76

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.62
4+
5+
* Added simple key-value tests: sqlite3
6+
37
@ 2025-06-02, v1.0.61
48

59
* Added simple key-value tests:memory and xcache, apcu, shmop, memcache, redis

‎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 2, 2025 #
13-
# Version : 1.0.62-dev #
12+
# Date : Jun 4, 2025 #
13+
# Version : 1.0.62 #
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.62-dev';
23+
$scriptVersion = '1.0.62';
2424

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

0 commit comments

Comments
 (0)