Skip to content

Commit

Permalink
Update repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Apr 7, 2024
1 parent 5a56ffc commit 34e6e70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:

- name: Coveralls
uses: coverallsapp/github-action@v2
continue-on-error: true
with:
file: coverage.info
format: lcov
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

# php-perfidious

[![ci](https://github.com/jbboehr/php-perf/actions/workflows/ci.yml/badge.svg)](https://github.com/jbboehr/php-perf/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/jbboehr/php-perf/badge.svg?branch=master)](https://coveralls.io/github/jbboehr/php-perf?branch=master)
[![ci](https://github.com/jbboehr/php-perfidious/actions/workflows/ci.yml/badge.svg)](https://github.com/jbboehr/php-perfidious/actions/workflows/ci.yml)
[![Codecov](https://codecov.io/gh/jbboehr/php-perfidious/graph/badge.svg?token=DSLDXIWHC5)](https://codecov.io/gh/jbboehr/php-perfidious)
[![Coveralls](https://coveralls.io/repos/github/jbboehr/php-perfidious/badge.svg?branch=master)](https://coveralls.io/github/jbboehr/php-perfidious?branch=master)
[![License: AGPL v3+](https://img.shields.io/badge/License-AGPL_v3%2b-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
![Language](https://img.shields.io/github/languages/top/jbboehr/php-perfidious)
![Tag](https://img.shields.io/github/v/tag/jbboehr/php-perfidious)

This extension provides access to the performance monitoring *counters* exposed
by the Linux `perf_events` kernel API.
Expand All @@ -31,8 +34,8 @@ apt install build-essential libcap-dev libpfm4-dev php-dev
Now clone the repo and compile the extension:

```bash
git clone https://github.com/jbboehr/php-perf.git
cd php-perf
git clone https://github.com/jbboehr/php-perfidious.git
cd php-perfidious
phpize
./configure
make
Expand Down
3 changes: 0 additions & 3 deletions tests/version.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
Perfidious\VERSION
--EXTENSIONS--
perfidious
--INI--
perf.enable=1
perf.metrics=PERF_FLAG_SW_CPU_CLOCK,PERF_FLAG_SW_PAGE_FAULTS
--FILE--
<?php
var_dump(Perfidious\VERSION);
Expand Down

0 comments on commit 34e6e70

Please sign in to comment.