Skip to content

Commit dd83ca7

Browse files
committed
update readme
1 parent 01f48fb commit dd83ca7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@ This project contains simple set of performance micro-benchmarks, using excellen
55

66
# Status
77

8-
Somewhat experimental. But has been used with success in optimizing Jackson 2.4 release!
8+
Has been used since Jackson 2.4 to track performance changes: see various `results-pojo-2.x-home.txt`
9+
files for numbers.
10+
11+
Tests usually run with
12+
13+
profile-mediaitem.sh
14+
15+
or directly with something like
16+
17+
java -Xmx256m -jar target/microbenchmarks.jar ".*StdReadAfter.*PojoMediaItem.*" -wi 4 -w 1 -i 5 -r 1 -f 3 -t 1
18+
19+
(see `results-pojo-2.13-home.txt` and others for specific invocations used for each group of numbers)

0 commit comments

Comments
 (0)