Skip to content

Commit

Permalink
Add Microbenchmarks as tests/microbench.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtblau authored and David Lichteblau committed Dec 26, 2010
1 parent fbede38 commit 884df1e
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qt-test.asd
Expand Up @@ -9,5 +9,6 @@
:pathname #-asdf2 (merge-pathnames #p"test/" *load-truename*)
#+asdf2 "test/"
:components ((:file "package")
(:file "tests"))
(:file "tests")
(:file "microbench"))
:depends-on (:qt :alexandria :iterate :trivial-garbage :rt))

0 comments on commit 884df1e

Please sign in to comment.