You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, aeson's benchmark suites are sequestered off in a separate benchmarks repo, complete with its own .cabal file that duplicates much of aeson.cabal. This is annoying for several reasons:
This .cabal file duplicates the amount of work needed to maintain aeson, since changes to aeson.cabal must be copied over.
Right now,
aeson
's benchmark suites are sequestered off in a separatebenchmarks
repo, complete with its own.cabal
file that duplicates much ofaeson.cabal
. This is annoying for several reasons:.cabal
file duplicates the amount of work needed to maintainaeson
, since changes toaeson.cabal
must be copied over.We should strive to just copy over the benchmark suites from
aeson-benchmarks.cabal
intoaeson.cabal
to help alleviate these problems.The text was updated successfully, but these errors were encountered: