aboutsummaryrefslogtreecommitdiffstats
path: root/test/Benchmark.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-08-29 15:44:33 +1000
committerYann Herklotz <git@yannherklotz.com>2019-08-29 15:44:33 +1000
commitcccb665ebac6e916c4f961eacbe11a9af7d7ceb3 (patch)
treef00baaec9dcb747c27375af366ad9aec9d2dbe16 /test/Benchmark.hs
parent74a14ef30359e653259bf7139fe806548edefd14 (diff)
downloadverismith-cccb665ebac6e916c4f961eacbe11a9af7d7ceb3.tar.gz
verismith-cccb665ebac6e916c4f961eacbe11a9af7d7ceb3.zip
Change name from VeriFuzz to VeriSmith
Diffstat (limited to 'test/Benchmark.hs')
-rw-r--r--test/Benchmark.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Benchmark.hs b/test/Benchmark.hs
index d0ea9cd..7d59e2d 100644
--- a/test/Benchmark.hs
+++ b/test/Benchmark.hs
@@ -2,7 +2,7 @@ module Main where
import Control.Lens ((&), (.~))
import Criterion.Main (bench, bgroup, defaultMain, nfAppIO)
-import VeriFuzz (configProperty, defaultConfig, proceduralIO,
+import VeriSmith (configProperty, defaultConfig, proceduralIO,
propSize, propStmntDepth)
main :: IO ()