Sign in
third-party-mirror
/
jackson
/
e829a16233eea9256e04bdb73bab897e985e56e5
/
.
/
bin
/
profile-json-perf.sh
blob: 9cc457cc519e3ee11dc4b8dfa4417bd15ef7d965 [
file
] [
log
] [
blame
]
#!/bin/sh
java
-
Xmx48m
-
server
-
cp build
/
classes
/
perf
:
build
/
classes
/
core\
:
build
/
classes
/
mapper
:
lib
/
perf
/
\* \
-
XX
:
CompileThreshold
=
2000
\
-
Xrunhprof
:
cpu
=
samples
,
depth
=
10
,
verbose
=
n
,
interval
=
2
\
TestJsonPerf
\
$
*