1 #!/bin/bash 2 # Benchmark: Post processing pipeline (sort + format) 3 # Measures throughput of the core data path: date sorting and formatting. 4 5 set -e 6 cd "$(dirname "$0")" 7 8 node benchmark.mjs