Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c89999c

Browse files
committedJun 13, 2015
Added groups
1 parent 4f6b90b commit c89999c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎benchmarks/Query/InsertBench.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
use PhpBench\Benchmark;
77
use PhpBench\Benchmark\Iteration;
88

9+
/**
10+
* @group insert
11+
*/
912
class InsertBench extends BaseBench implements Benchmark
1013
{
1114
/**

‎benchmarks/Query/QueryBench.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
use PhpBench\Benchmark;
77
use PhpBench\Benchmark\Iteration;
88

9+
/**
10+
* @group query
11+
*/
912
class QueryBench extends BaseBench implements Benchmark
1013
{
1114
/**

0 commit comments

Comments
 (0)
Please sign in to comment.