fix benchmark script

This commit is contained in:
Nathan Marz 2016-09-06 10:44:36 -04:00
parent 97e8341fe5
commit 2b9655b382
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
(ns com.rpl.specter.benchmarks
(:use [com.rpl.specter]
[com.rpl.specter macros]
[com.rpl.specter.transients]
[com.rpl.specter.impl :only [benchmark]])
(:require [clojure.walk :as walk]))

View file

@ -1,4 +1,4 @@
#!/bin/bash
`lein javac`
java -server -XX:MaxPermSize=128m -XX:MaxInlineSize=100 -cp `lein classpath` clojure.main scripts/benchmarks.clj