mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
8d91dc7be8
moved benchmark/run-slow-benchmarks.sh's content to Makefile
6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd benchmark/output && go run ../parser/main.go -outdir ../csv && \
|
|
cd ../csv && go run ../parser/main.go -distribution
|
|
|