chore: update benchmark suite to include new sorting algorithm tests

This commit is contained in:
2025-12-09 13:07:17 +00:00
parent 70819b2fad
commit 28c2ed7ed5
5 changed files with 352 additions and 16 deletions
+3 -6
View File
@@ -124,10 +124,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc make python3
sudo apt-get install -y gcc make python3 default-jdk
- name: Build benchmark
run: make test_benchmark
- name: Run benchmark
run: ./test_benchmark
- name: Run benchmark suite
run: make benchmark