Skip to content

Commit

Permalink
remove @time from tests (#121)
Browse files Browse the repository at this point in the history
* remove `@time` from tests

* Update test/runtests.jl
  • Loading branch information
IanButterworth authored Jan 20, 2025
1 parent 8fa221d commit 4451e13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,4 @@ end
@test SHA.shake256(b"",UInt(32)) == hex2bytes("46b9dd2b0ba88d13233b3feb743eeb243fcd52ea62b81b82b50c27646ed5762f")
@test SHA.shake256(codeunits("0"^135),UInt(32)) == hex2bytes("ab11f61b5085a108a58670a66738ea7a8d8ce23b7c57d64de83eaafb10923cf8")
end
@time SHA.shake256(b"abc",UInt(100000))
@time SHA.shake128(b"abc",UInt(100000))
end

0 comments on commit 4451e13

Please sign in to comment.