We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2abacb9 + 13eea8c commit 83f2830Copy full SHA for 83f2830
Data/Aeson/Encoding/Builder.hs
@@ -234,7 +234,6 @@ timeOfDay64 (TOD h m s)
234
pico = 1000000000000 -- number of picoseconds in 1 second
235
micro = 1000000 -- number of microseconds in 1 second
236
milli = 1000 -- number of milliseconds in 1 second
237
-{-# INLINE timeOfDay64 #-}
238
239
timeZone :: TimeZone -> Builder
240
timeZone (TimeZone off _ _)
benchmarks/aeson-benchmarks.cabal
@@ -179,7 +179,7 @@ executable aeson-benchmark-json-parse
179
180
executable aeson-benchmark-dates
181
main-is: Dates.hs
182
- ghc-options: -Wall -O2 -rtsopts -fsimpl-tick-factor=200
+ ghc-options: -Wall -O2 -rtsopts
183
build-depends:
184
base,
185
base-compat,
0 commit comments