File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : Bench
4343 run : |
4444 set -e
45- build/Release/benchmarks/benchmarks --benchmark_report_aggregates_only=false --benchmark_format=json > bench_results.json
45+ build/Release/benchmarks/benchmarks \
46+ --benchmark_out=bench_results.json \
47+ --benchmark_out_format=json \
48+ --benchmark_report_aggregates_only=false
4649
4750 - name : Upload benchmarks to InfluxDB
4851 env :
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ logs/
1010# ENVIRONMENT
1111.env
1212.env. *
13-
1413# COVERAGE
1514lcov.info
1615sonar-coverage.xml
17-
16+ # BENCHMARK
17+ bench_results.json
1818# TODO: Understand the auto-generation of this file
1919CMakeUserPresets.json
2020
Original file line number Diff line number Diff line change 6969bench :
7070 $(call pp,assuming `make build-release` has been called)
7171 cmake --build --preset release
72- build/Release/benchmarks/benchmarks --benchmark_report_aggregates_only=false
73- # build/Release/benchmarks/benchmarks --benchmark_report_aggregates_only=false --benchmark_format=json > bench_results.json
72+ build/Release/benchmarks/benchmarks \
73+ --benchmark_out=bench_results.json \
74+ --benchmark_out_format=json \
75+ --benchmark_report_aggregates_only=false
76+
7477
7578# # tidy: 🧹 tidy things up before committing code
7679.PHONY : tidy
You can’t perform that action at this time.
0 commit comments