We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b83fa8 commit 6a907adCopy full SHA for 6a907ad
.github/workflows/benchmarks.yml
@@ -63,14 +63,10 @@ jobs:
63
if [[ "${{matrix.sys.compiler}}" = "gcc" ]]; then export CC=gcc-${{matrix.sys.version}}; export CXX=g++-${{matrix.sys.version}}; else export CC=clang; export CXX=clang++; fi
64
cmake -G Ninja -Bbuild -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DBUILD_BENCHMARK=ON ${{ matrix.sys.flags }}
65
66
- # - name: Install
67
- # working-directory: build
68
- # run: cmake --install .
69
-
70
- name: Build
71
working-directory: build
72
run: cmake --build . --target benchmark_xtensor --parallel 8
73
74
- name: Run tests
75
working-directory: build/benchmark
76
- run: benchmark_xtensor
+ run: ls | ./benchmark_xtensor
0 commit comments