Files
hakmem/benchmarks/run_matrix.sh

12 lines
369 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
# run_matrix.sh - ワークロード別の比較を一括実行するランナー
# 既存のバイナリを benchmarks/Makefile 経由で呼ぶだけの薄い箱。
set -euo pipefail
HERE="$(cd "$(dirname "$0")" && pwd)"
cd "$HERE"
echo "=== Allocator comparison matrix (tiny_hot / random_mixed / mid_large / comprehensive) ==="
make comparison