@@ -293,15 +293,15 @@ endif
293
293
# Usage:
294
294
# make bench-daily TO=/path/to/file.json
295
295
bench-daily :
296
- go test -tags intest github.com/pingcap/tidb/session -run TestBenchDaily -bench Ignore --outfile bench_daily.json
297
- go test -tags intest github.com/pingcap/tidb/executor -run TestBenchDaily -bench Ignore --outfile bench_daily.json
298
- go test -tags intest github.com/pingcap/tidb/executor/test/splittest -run TestBenchDaily -bench Ignore --outfile bench_daily.json
299
- go test -tags intest github.com/pingcap/tidb/tablecodec -run TestBenchDaily -bench Ignore --outfile bench_daily.json
300
- go test -tags intest github.com/pingcap/tidb/expression -run TestBenchDaily -bench Ignore --outfile bench_daily.json
301
- go test -tags intest github.com/pingcap/tidb/util/rowcodec -run TestBenchDaily -bench Ignore --outfile bench_daily.json
302
- go test -tags intest github.com/pingcap/tidb/util/codec -run TestBenchDaily -bench Ignore --outfile bench_daily.json
303
- go test -tags intest github.com/pingcap/tidb/distsql -run TestBenchDaily -bench Ignore --outfile bench_daily.json
304
- go test -tags intest github.com/pingcap/tidb/util/benchdaily -run TestBenchDaily -bench Ignore \
296
+ go test -tags intest github.com/pingcap/tidb/pkg/ session -run TestBenchDaily -bench Ignore --outfile bench_daily.json
297
+ go test -tags intest github.com/pingcap/tidb/pkg/ executor -run TestBenchDaily -bench Ignore --outfile bench_daily.json
298
+ go test -tags intest github.com/pingcap/tidb/pkg/ executor/test/splittest -run TestBenchDaily -bench Ignore --outfile bench_daily.json
299
+ go test -tags intest github.com/pingcap/tidb/pkg/ tablecodec -run TestBenchDaily -bench Ignore --outfile bench_daily.json
300
+ go test -tags intest github.com/pingcap/tidb/pkg/ expression -run TestBenchDaily -bench Ignore --outfile bench_daily.json
301
+ go test -tags intest github.com/pingcap/tidb/pkg/ util/rowcodec -run TestBenchDaily -bench Ignore --outfile bench_daily.json
302
+ go test -tags intest github.com/pingcap/tidb/pkg/ util/codec -run TestBenchDaily -bench Ignore --outfile bench_daily.json
303
+ go test -tags intest github.com/pingcap/tidb/pkg/ distsql -run TestBenchDaily -bench Ignore --outfile bench_daily.json
304
+ go test -tags intest github.com/pingcap/tidb/pkg/ util/benchdaily -run TestBenchDaily -bench Ignore \
305
305
-date ` git log -n1 --date=unix --pretty=format:%cd` \
306
306
-commit ` git log -n1 --pretty=format:%h` \
307
307
-outfile $(TO )
0 commit comments