Skip to content

Instantly share code, notes, and snippets.

@jukka
Created May 31, 2013 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jukka/5684506 to your computer and use it in GitHub Desktop.
Save jukka/5684506 to your computer and use it in GitHub Desktop.
Apache Jackrabbit Oak 0.9-SNAPSHOT
# ReadPropertyTest min 10% 50% 90% max N
Jackrabbit 41 41 42 43 90 1428
Oak-Default 58 58 59 60 69 1018
Oak-Mongo 66 67 67 68 74 889
Oak-Segment 278 279 281 285 321 213
Oak-Tar 114 114 115 117 136 520
# SmallFileReadTest min 10% 50% 90% max N
Jackrabbit 56 57 61 84 194 895
Oak-Default 57 57 59 304 353 594
Oak-Mongo 148 148 158 406 479 304
Oak-Segment 33 33 36 37 73 1701
Oak-Tar 15 15 16 18 31 3574
# SmallFileWriteTest min 10% 50% 90% max N
Jackrabbit 184 196 248 444 2084 115
Oak-Default 136 138 181 433 1789 162
Oak-Mongo 595 617 795 1020 1075 31
Oak-Segment 156 161 172 225 660 100
Oak-Tar 101 102 108 116 270 167
@alexkli
Copy link

alexkli commented Jun 3, 2013

Who ever comes across this and wonders what the numbers mean, see here:

https://github.com/apache/jackrabbit-oak/blob/trunk/oak-run/README.md

In short: milliseconds (except for the N column, which is number of tests run in one minute), thus lower numbers = better performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment