Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b75db82

Browse files
Update readme, changlog
1 parent f277553 commit b75db82

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
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年05月30日, v1.0.60
4+
5+
* Added ability to skip tests by name pattern
6+
37
@ 2025年05月29日, v1.0.59
48

59
* Added support of module uuid

‎README.en.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Usage: bench.php [-h|--help] [-x|--debug] [-C|--dont-use-colors] [-J|--print-jso
6262
-m|--memory-limit <Mb> - set memory_limit value in Mb, defaults to 130 (Mb)
6363
-t|--time-limit <sec> - set max_execution_time value in seconds, defaults to 600 (sec)
6464
-T|--run-test <name> - run selected test, test names from --list-tests output, can be defined multiple times
65+
-S|--skip-test <pattern> - skip selected test, test names pattern from --list-tests output, can be defined multiple times
6566
```
6667
Example: `php bench.php -m=64 -t=30`
6768

@@ -82,6 +83,7 @@ Available variables:
8283
- LIST_TESTS=0/1
8384
- SYSTEM_INFO=0/1
8485
- RUN_TESTS=test1,test2,...
86+
- SKIP_TESTS=test1,test2,...
8587

8688
#### Extras (Utilities in Linux)
8789

@@ -110,6 +112,7 @@ Available options:
110112
- list_tests=0/1
111113
- system_info=0/1
112114
- run_tests=test1,test2,...
115+
- skip_tests=test1,test2,...
113116

114117
### Accounting for hosting options
115118

‎README.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Usage: bench.php [-h|--help] [-x|--debug] [-C|--dont-use-colors] [-J|--print-jso
6262
-m|--memory-limit <Mb> - set memory_limit value in Mb, defaults to 130 (Mb)
6363
-t|--time-limit <sec> - set max_execution_time value in seconds, defaults to 600 (sec)
6464
-T|--run-test <name> - run selected test, test names from --list-tests output, can be defined multiple times
65+
-S|--skip-test <pattern> - skip selected test, test names pattern from --list-tests output, can be defined multiple times
6566
```
6667
Например: `php bench.php -m=64 -t=30`
6768

@@ -82,6 +83,7 @@ env PHP_MEMORY_LIMIT=64 PHP_TIME_LIMIT=30 php bench.php
8283
- LIST_TESTS=0/1
8384
- SYSTEM_INFO=0/1
8485
- RUN_TESTS=test1,test2,...
86+
- SKIP_TESTS=test1,test2,...
8587

8688
#### Дополнительно (утилиты в Linux)
8789

@@ -110,6 +112,7 @@ env PHP_MEMORY_LIMIT=64 PHP_TIME_LIMIT=30 php bench.php
110112
- list_tests=0/1
111113
- system_info=0/1
112114
- run_tests=test1,test2,...
115+
- skip_tests=test1,test2,...
113116

114117
### Учет параметров хостинга
115118

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /