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
5 lines
177 B
Bash
Executable File
5 lines
177 B
Bash
Executable File
#!/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
|