Skip to content

A presentable test report generator for go packages

License

Notifications You must be signed in to change notification settings

gokultp/go-tprof

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2019
Aug 27, 2019
Aug 27, 2019
Jun 16, 2021
Aug 27, 2019
Aug 24, 2019
Aug 23, 2019
Oct 1, 2019
Aug 22, 2019
Aug 27, 2019
Oct 1, 2019
Sep 5, 2019
Sep 5, 2019
Aug 24, 2019
Aug 24, 2019
Aug 27, 2019

Repository files navigation

go-tprof

Overview GoDoc Build Status Code Climate Go Report Card

IMAGE ALT TEXT HERE

Prerequisites

1. Go version >= 1.12 
2. Node.js version >= 8.0.0 (for building the UI)
3. Yarn
4. GOPATH and local bin setup (`export PATH=$PATH:$GOPATH/bin`)

Install

git clone https://github.com/gokultp/go-tprof.git
cd go-tprof
make config
make

Usage Instructions

tprof is not a replacement for go test, it just parses the results and generates reports out of it.

To execute

    go test <pkg name> -v | tprof

Eg:

    go test encoding/... -v | tprof

Features

  • Parser and reports logic.
  • HTML Page

License

MIT.