haskell-hvr / uuid

A Haskell library for creating, printing and parsing UUIDs
http://hackage.haskell.org/package/uuid
61 stars 38 forks source link

Move benchmarks into separate project and package #60

Closed phadej closed 3 years ago

phadej commented 3 years ago

This allows benchmarking without forcing e.g. aeson to depend on local uuid-types.

Also, conveniently, we can generate own GHA workflow for second, benchmark, project. So we can still run CI that benchmarks are building fine.