prep

Package performance tool

Tools to analyze and improve Go package performance by analyzing SQL statements and instrumenting connections with prepared statements

Prep finds all SQL statements in a Go package and instruments db connection with prepared statements

GitHub

33 stars
4 watching
5 forks
Language: Go
last commit: almost 7 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
hexdigest/gounit Generates tests stubs based on source function or method signature 79
xxjwxc/public A comprehensive utility package for Go programmers 175
hexdigest/gowrap A tool for generating decorators around Go interfaces with various features such as metrics and fallbacks. 1,091
maxatome/go-testdeep Tool for comparing and testing Go code 436
hexdigest/gounit-sublime A Sublime Text plugin that generates Go tests from selected function and method signatures. 2
hexdigest/gounit-vim A Vim plugin that generates Go tests based on function declarations and provides customizable test templates. 24
bobheadxi/gobenchdata A tool for analyzing and visualizing Go test benchmark data to identify performance regressions. 144
mykoweb/epi-go A collection of Go solutions to common programming interview questions and challenges 56
gotestyourself/gotest.tools Tools to augment Go testing and support common testing patterns 518
bitfield/gotestdox Formats Go test results as readable documentation 120
hashicorp/go-dbw A lightweight package to encapsulate database operations in Go. 14
deatil/go-array A Go package for working with nested data structures like maps and slices 20
mfridman/tparse Analyzes and summarizes Go test output for developers. 1,025
go-hep/hep Provides a Go-based platform for High Energy Physics analyses with standard tools and interoperability layers. 231
gonetx/httpit A tool for measuring HTTP performance under various conditions and configurations. 230