ベンチマーク
テストデータの準備
mkdir dataset
truncate -s 1024G dataset/1T.bindd if=/dev/urandom of=dataset/8G.bin bs=1M count=8192ez-prepの使用
ez-prepの使用インライン準備によるベンチマーク
time singularity ez-prep --output-dir '' ./datasetインメモリデータベースを使用したベンチマーク
time singularity ez-prep --output-dir '' --database-file '' ./dataset複数のワーカーを使用したベンチマーク
結果の解釈
比較
ツール
クロック時間(秒)
CPU時間(秒)
メモリ(KB)
15.66
51.82
99
19.13
51.51
99
16.39
43.94
83
42.6
56.08
44
70.21
139.01
42
Last updated
Was this helpful?