aboutsummaryrefslogtreecommitdiff
path: root/tests/core/speed.odin
blob: 5ea9bbc21cd95fbccfc165269c11098eeb6af54c (plain)
1
2
3
4
5
6
7
// Tests intended to be ran with optimizations on
package tests_core

@(require) import "crypto"
@(require) import "hash"
@(require) import "image"
@(require) import "math/big"