aboutsummaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-06-30 00:36:58 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-06-30 00:36:58 +0200
commit6dbc6037ba7a633318ef81fef02affb78ff8812c (patch)
treef0f553a40522a13dd958cb6a834c7c1128c50e38 /bench
parent96ec7003f054333692ab18d17659accf6b0fef6f (diff)
Apply a small fraction of hlint hints
Diffstat (limited to 'bench')
-rw-r--r--bench/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/Main.hs b/bench/Main.hs
index 6148db9..b604eb9 100644
--- a/bench/Main.hs
+++ b/bench/Main.hs
@@ -51,7 +51,7 @@ main_tests = defaultMain
" str " ++ showSh (stridesOf inp1) ++ " " ++ showSh (stridesOf inp2)) $
nf (\(a,b) -> rsumAllPrim (rdot1Inner a b)) (inp1, inp2)
- iota n = riota @Double n
+ iota = riota @Double
in
[dotprodBench "dot 1D"
(iota 10_000_000