mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
22cb6f602e
updated .gitignore
5 lines
211 B
Bash
Executable File
5 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p benchmarks/output && go test -run NONE -bench=. -benchtime=120s -timeout=100h >benchmarks/output/enry_total.bench && \
|
|
benchmarks/linguist-total.rb 5 >benchmarks/output/linguist_total.bench
|