https://github.com/sonots/embulk-filter-timestamp_format/tree/master/bench
🍣 $ embulk run -I lib bench/config_java.yml
2017-07-10 17:58:32.524 +0900: Embulk v0.8.27
2017-07-10 17:58:33.709 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/timestamp_format from a load path
2017-07-10 17:58:33.727 +0900 [INFO] (0001:transaction): Listing local files at directory 'bench' filtering filename by prefix 'dummy'
2017-07-10 17:58:33.729 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2017-07-10 17:58:33.734 +0900 [INFO] (0001:transaction): Loading files [bench/dummy.csv]
2017-07-10 17:58:33.792 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=16 / output tasks 8 = input tasks 1 * 8
2017-07-10 17:58:33.797 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2017-07-10 17:58:35.313 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2017-07-10 17:58:35.318 +0900 [INFO] (main): Committed.
2017-07-10 17:58:35.318 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"bench/dummy.csv"},"out":{}}
🍣 $ embulk run -I lib bench/config_jruby.yml
2017-07-10 17:58:48.439 +0900: Embulk v0.8.27
2017-07-10 17:58:49.653 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/timestamp_format from a load path
2017-07-10 17:58:49.674 +0900 [INFO] (0001:transaction): Listing local files at directory 'bench' filtering filename by prefix 'dummy'
2017-07-10 17:58:49.676 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2017-07-10 17:58:49.682 +0900 [INFO] (0001:transaction): Loading files [bench/dummy.csv]
2017-07-10 17:58:49.757 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=16 / output tasks 8 = input tasks 1 * 8
2017-07-10 17:58:49.764 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2017-07-10 17:59:42.032 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2017-07-10 17:59:42.038 +0900 [INFO] (main): Committed.
2017-07-10 17:59:42.038 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"bench/dummy.csv"},"out":{}}
jruby timestamp parser is not fast yet ... why?
How to run bench: