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 f55bf8e

Browse files
committed
add readme
1 parent fff758e commit f55bf8e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎README.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# PHP Benchmark Script
2+
3+
A simple script that calculate execution time of common control flows
4+
and function of the PHP. Helps you to compare performances of servers,
5+
web hosting and also across PHP versions.
6+
7+
## Usage
8+
9+
From your SSH:
10+
11+
```sh
12+
curl https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/bench.php | php
13+
```
14+
15+
Or upload the file `bench.php` to your web document root and visit it.
16+
17+
## Authors
18+
19+
- [@SergiX44](https://www.github.com/SergiX44)
20+
21+
## License
22+
23+
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
(0)

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