Skip to content

Commit 77d1e14

Browse files
committed
update just to run avx512 bench
1 parent bb1c597 commit 77d1e14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ cbindgen:
99
cbindgen --config cbindgen.toml --output c/sassy.h
1010

1111
sassy2_fig1:
12+
mkdir -p evals/src/sassy2/output/
13+
mkdir -p evals/src/sassy2/figs/
1214
cargo run -r -p evals -- sassy2 scaling-benchmark --config evals/src/sassy2/scaling_config.toml
1315
cargo run -r -p evals -- sassy2 pattern-throughput --config evals/src/sassy2/pattern_throughput_config.toml
1416
python3 evals/src/sassy2/scripts/generate_fig1.py

0 commit comments

Comments
 (0)