kevin-hanselman / dud

A lightweight CLI tool for versioning data alongside source code and building data pipelines.

Home Page:https://kevin-hanselman.github.io/dud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

benchmark datasets slow down go commands

kevin-hanselman opened this issue · comments

Commands such as go vet and golint are much slower when benchmark datasets exist in the repo. One possible fix is to move datasets into Docker volumes.