You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmark/CMakeLists.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ set(XTENSOR_NUMPY_BENCHMARK_CFLAGS "${_xtensor_numpy_benchmark_cflags}" CACHE ST
72
72
set(XTENSOR_NUMPY_BENCHMARK_BLAS "openblas"CACHESTRING"BLAS backend requested when building NumPy from source for comparison benchmarks")
73
73
set(XTENSOR_NUMPY_BENCHMARK_LAPACK "openblas"CACHESTRING"LAPACK backend requested when building NumPy from source for comparison benchmarks")
74
74
set(XTENSOR_NUMPY_BENCHMARK_REPORT "${CMAKE_BINARY_DIR}/xtensor_numpy_report.md"CACHEFILEPATH"Output path for the xtensor vs NumPy benchmark report")
75
+
set(XTENSOR_NUMPY_BENCHMARK_REPORT_JSON "${CMAKE_BINARY_DIR}/xtensor_numpy_report.json"CACHEFILEPATH"Output path for the raw Google Benchmark JSON used by the xtensor vs NumPy benchmark report")
75
76
set(XTENSOR_NUMPY_BENCHMARK_REPORT_FILTER ".*_(xtensor|numpy)/.*"CACHESTRING"Google Benchmark filter used when generating the xtensor vs NumPy report")
76
77
set(XTENSOR_NUMPY_BENCHMARK_REPORT_MIN_TIME "0.05s"CACHESTRING"Minimum benchmark runtime used when generating the xtensor vs NumPy report")
0 commit comments