Ver Fonte

add vec test v1.0

blueloveTH há 1 ano atrás
pai
commit
02b922a93e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      benchmarks/vec.py

+ 1 - 1
benchmarks/vec.py

@@ -20,4 +20,4 @@ x = vec2(0, 0)
 for i in range(10000000):
     x += vec2(1, 1)
 
-assert x == vec2(5000000, 5000000)
+assert x == vec2(10000000, 10000000)