Skip to content

Commit

Permalink
[core] bugfix ns import in vector bench
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 17, 2015
1 parent 667e73f commit 25526c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geom-core/bench/vector.org
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@
[thi.ng.geom.core.utils :as gu]
[thi.ng.geom.core.vector :as v :refer [vec2 vec3]]
[thi.ng.common.math.core :as m :refer [*eps* HALF_PI PI]]
[perforate-x.core :refer :all]))
[perforate-x.core :as perf :refer [defgoal defcase]]))

<<helpers>>

<<bench>>

(run-goals)
(perf/run-goals)
#+END_SRC

0 comments on commit 25526c5

Please sign in to comment.