Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,27 +277,6 @@ jobs:
run: bash tests/cmake_integration/test_cmake_integration.sh


# Job checking the benchmarks work
# ================================
Benchmarks:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: "Install libraries"
run: |
sudo apt -y update
sudo apt -y install --no-install-recommends libhdf5-dev pkg-config

- name: "Build benchmarks"
working-directory: ${{github.workspace}}/src/benchmarks
run: make

- run: time ${{github.workspace}}/src/benchmarks/highfive_bench


# Job testing in OSX
# ==================
OSX:
Expand Down
21 changes: 0 additions & 21 deletions src/benchmarks/Makefile

This file was deleted.

17 changes: 0 additions & 17 deletions src/benchmarks/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions src/benchmarks/hdf5_bench.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions src/benchmarks/hdf5_bench_improved.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions src/benchmarks/highfive_bench.cpp

This file was deleted.

Binary file removed src/benchmarks/imgs/bench_hdf5_base.png
Binary file not shown.
Binary file removed src/benchmarks/imgs/bench_hdf5_improved.png
Binary file not shown.
Binary file removed src/benchmarks/imgs/bench_highfive.png
Binary file not shown.
29 changes: 0 additions & 29 deletions src/benchmarks/run_benchmark.sh

This file was deleted.

Loading