c-robin / gerrit-latency

Mesure latency of commitsgenerated by gerrit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gerrit-latency

Use gerrit REST API in order to mesure latency of commits, and do some statiscal analysis

Dependencies

Configuration

You need to edit conf.py with all informations from your gerrit server and your user profile.

Examples

Within python interpreter:

> execfile("gerrit-latency.py")
> analyse_details(get_change_details("owner:self+status:merged"))

About

Mesure latency of commitsgenerated by gerrit

License:Apache License 2.0


Languages

Language:Python 100.0%