PHPackages                             webimp/codeception-performance-test - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. webimp/codeception-performance-test

ActiveLibrary[Testing &amp; Quality](/categories/testing)

webimp/codeception-performance-test
===================================

Codeception Extension to measure the performance of your tests

1.0.4(9y ago)21.2k2[1 issues](https://github.com/webimp/codeception-performance-test/issues)GPL-2.0PHP

Since Jan 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/webimp/codeception-performance-test)[ Packagist](https://packagist.org/packages/webimp/codeception-performance-test)[ Docs](https://github.com/webimp/codeception-performance-test)[ RSS](/packages/webimp-codeception-performance-test/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

PerformanceTest
===============

[](#performancetest)

[![Codacy Badge](https://camo.githubusercontent.com/a76bd3a268e60d32e73d67936bed29f78901ac5c86c0113a21883187b1a1a676/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3539313037383164653433393433636661373536333832653133336666313330)](https://www.codacy.com/app/KhairulA/codeception-performance-test?utm_source=github.com&utm_medium=referral&utm_content=webimp/codeception-performance-test&utm_campaign=badger)

Codeception Extension to list out slow steps during the test. Compatible with [Codeception 2.2.7](http://codeception.com).

After running your tests you will see a Performance Report of your slow tests:

```
Slow Steps (more than 2.5s) ----------------------
I click button 6s
```

Installation
------------

[](#installation)

Add PerformanceTest to your `composer.json`:

```
  "require-dev": {
    ...
    "webimp/codeception-performance-test": "1.0.*",
```

Usage
-----

[](#usage)

Add this to your extensions line at the bottom of your `codeception.yml`:

```
actor: Tester
paths:
    tests: tests
    log: tests/_output
    data: tests/_data
    helpers: tests/_support
settings:
    bootstrap: _bootstrap.php
    colors: true
    memory_limit: 1024M
extensions:
    enabled:
        - Codeception\Extension\PerformanceTest:
            benchmark: 2.5 # min seconds for step to be marked as "slow"
```

Include the file into your `_bootstrap.php`:

```
include('./vendor/webimp/codeception-performance-test/src/PerformanceTest.php');
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

3415d ago

### Community

---

Top Contributors

[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")

### Embed Badge

![Health badge](/badges/webimp-codeception-performance-test/health.svg)

```
[![Health](https://phpackages.com/badges/webimp-codeception-performance-test/health.svg)](https://phpackages.com/packages/webimp-codeception-performance-test)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
