Skip to content

Commit

Permalink
Merge branch 'release/v2.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanhoekelen committed Jun 28, 2017
2 parents 01074e7 + 84e7b53 commit bb8299a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v2.1.0](https://github.com/bvanhoekelen/performance/tree/v2.0.1) - 2017-06-28
### Added
- Run user and process id information.

## [v2.0.2](https://github.com/bvanhoekelen/performance/tree/v2.0.2) - 2017-05-18
### Bug fix
- Fix Too few arguments to function error. See: https://github.com/illuminate/database/commit/ba465fbda006d70265362012653b4e97667c867b#diff-eba180ff89e23df156c82c995be952df
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
- Measure easily the performance of your PHP script across multiple platforms
- Support for Laravel framework » [Laravel](https://laravel.com)
- Support interface web, web console and command line
- Export results to class, file or json string » [how to use query logging](https://github.com/bvanhoekelen/performance/wiki/Export-handler).
- Export results to class, file or json string » [how to use query logging](https://github.com/bvanhoekelen/performance/wiki/Export-handler)
- Print information about PHP version, max exaction time and max memory
- Display current user and process id » [how to display username and process id](https://github.com/bvanhoekelen/performance/wiki/Config-run-information)
- Measure time, memory usage and memory peak
- Switch automatically between interfaces
- Log database query's » [how to use query logging](https://github.com/bvanhoekelen/performance/wiki/Config-query-log).
- Log database query's » [how to use query logging](https://github.com/bvanhoekelen/performance/wiki/Config-query-log)
- Live function » [how to use](#command-line)
- Easy to install » [installation](#installation)
- Clearly and active wiki » [Wiki](https://github.com/bvanhoekelen/performance/wiki)
Expand Down Expand Up @@ -78,7 +79,7 @@ Run the performance test for the command line
// Normal
$ php your_script.php

// Or Live version
// Or live version
$ php your_script.php --live
```

Expand Down
2 changes: 1 addition & 1 deletion src/Lib/Handlers/PerformanceHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PerformanceHandler
/*
* Version
*/
const VERSION = '2.0.2';
const VERSION = '2.1.0';

/*
* Hold point stack
Expand Down

0 comments on commit bb8299a

Please sign in to comment.