mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 06:42:04 -03:00
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
cd benchmarks/output
|
|
go run ../parser/main.go -outdir ../csv
|
|
cd ../csv
|
|
go run ../parser/main.go -distribution
|