mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-14 15:32:24 +00:00
5 lines
177 B
Bash
5 lines
177 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
go test -run NONE -bench=. -benchtime=120s -timeout=100h >benchmark/output/enry_total.bench && \
|
||
|
benchmark/linguist-total.rb 5 >benchmark/output/linguist_total.bench
|