mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-12 05:39:44 +01:00
3 lines
146 B
Batchfile
3 lines
146 B
Batchfile
|
del old.txt
|
||
|
go test -bench=. >>old.txt && go test -bench=. >>old.txt && go test -bench=. >>old.txt && benchstat -delta-test=ttest old.txt new.txt
|