Skip to content

[Calibration] Batik

John Zhang requested to merge bench-calib-batik into 12-benchmark-calibration

Description

Part of #12.

Added a bunch of new SVG files that are between 9MB ~ 40MB to increase the workload.

Performance figures:

machines test-a (sec) test-b (sec) test-c (sec) large (sec)
Intel i7-6700k w. 16GB RAM (fisher.moma) 11.871 9.668 17.625 ~157.013
AMD FX-8320 w. 8GB RAM (lynx.moma) 24.192 19.478 ~48.403 (3G) ~325.029 (3G)

Note that when running large size on lynx.moma, >3G heap space (-Xmx3G JVM flag) is needed so that it doesn't fail with GC memory exception nor spending too much time in GC.

Discussion

The added SVG files together weights about 134M. Would it be a good idea to separate them into external data?

  • separate the files into external data. This should be handled by !14.
Edited by John Zhang

Merge request reports