Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 722 Bytes

File metadata and controls

23 lines (17 loc) · 722 Bytes

Golang Validation Libraries Benchmarks

This repo aims to benchmark the performance of popular validation libraries in Golang. The repo is still quite barebones but we will add more tests and libraries as we go.

Benchmark results are stored in /benchs/{library}/version/*.txt

Libraries Tested:

Project File Structure

.
├── packages
│   ├── ozzo
│   ├── validator
│   ├── govalidator
│   └── zog