fix benchmark script
This commit is contained in:
parent
97e8341fe5
commit
2b9655b382
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
(ns com.rpl.specter.benchmarks
|
(ns com.rpl.specter.benchmarks
|
||||||
(:use [com.rpl.specter]
|
(:use [com.rpl.specter]
|
||||||
[com.rpl.specter macros]
|
|
||||||
[com.rpl.specter.transients]
|
[com.rpl.specter.transients]
|
||||||
[com.rpl.specter.impl :only [benchmark]])
|
[com.rpl.specter.impl :only [benchmark]])
|
||||||
(:require [clojure.walk :as walk]))
|
(:require [clojure.walk :as walk]))
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
`lein javac`
|
||||||
java -server -XX:MaxPermSize=128m -XX:MaxInlineSize=100 -cp `lein classpath` clojure.main scripts/benchmarks.clj
|
java -server -XX:MaxPermSize=128m -XX:MaxInlineSize=100 -cp `lein classpath` clojure.main scripts/benchmarks.clj
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue