dev.hs fix
[ci skip]
This commit is contained in:
		
							parent
							
								
									5bc5bb5533
								
							
						
					
					
						commit
						458ecc9c19
					
				
							
								
								
									
										7
									
								
								dev.hs
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								dev.hs
									
									
									
									
									
								
							| @ -8,6 +8,7 @@ | ||||
| -- import Control.Monad.Except | ||||
| import Criterion.Main | ||||
| -- import Data.Text.Lazy as LT | ||||
| import qualified Data.Text as T | ||||
| -- import System.Environment | ||||
| import System.TimeIt      (timeItT) | ||||
| import Text.Printf | ||||
| @ -46,9 +47,6 @@ timeit name action = do | ||||
|   printf "[%.2fs]\n" t | ||||
|   return (t,a) | ||||
| 
 | ||||
| timeReadJournal :: String -> String -> IO (Double, Journal) | ||||
| timeReadJournal msg s = timeit msg $ either error id <$> readJournal def Nothing s | ||||
| 
 | ||||
| main = do | ||||
|   -- putStrLn $ regexReplaceCI "^aa" "xx" "aa:bb:cc:dd:ee" | ||||
| 
 | ||||
| @ -132,6 +130,9 @@ main = do | ||||
| 
 | ||||
|   -- return () | ||||
| 
 | ||||
| --timeReadJournal :: String -> T.Text -> IO (Double, Journal) | ||||
| --timeReadJournal msg s = timeit msg $ either error id <$> readJournal def Nothing s | ||||
| 
 | ||||
|   -- benchmark timeclock parsing | ||||
|   -- s <- readFile inputtimeclock | ||||
|   -- putStrLn $ show $ length s | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user