Skip to content

Commit 7b18804

Browse files
committed
changed size test name
1 parent 1548161 commit 7b18804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ sizes :: (Typeable t, NFData t, B.Binary t, F.Flat t, Serialise t,C.Serialize t,
252252
sizes (name,obj) = do
253253
ss <- mapM (\(n,s,_) -> (\ss -> (n,fromIntegral . BS.length $ ss)) <$> s obj) pkgs
254254
print ss
255-
addMeasures workDir ("serialisation (bytes)/"++name) ss
255+
addMeasures workDir ("size (bytes)/"++name) ss
256256

257257
benchs :: (Eq a, Typeable a, NFData a, B.Binary a, F.Flat a, Serialise a,C.Serialize a, S.Store a) => (String, a) -> [Benchmark]
258258
benchs (name,obj) =

0 commit comments

Comments
 (0)