Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vks4git committed Nov 15, 2024
1 parent 65b033d commit 77b8dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-examples/bench/BenchCompiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ metrics name circuit =


benchmark ::
(NFData a, Arithmetic a, NFData (o (Var a i)), NFData (Rep i), Representable i) =>
(Arithmetic a, NFData (o (Var a i)), NFData (Rep i), Representable i) =>
String -> (() -> ArithmeticCircuit a i o) -> Benchmark
benchmark name circuit = bgroup name
[ bench "compilation" $ nf circuit ()
Expand Down

0 comments on commit 77b8dda

Please sign in to comment.