Added benchmark program

This commit is contained in:
2025-11-25 16:46:20 +01:00
parent 5aa15f2276
commit 65358fc766
5 changed files with 135 additions and 5 deletions

View File

@@ -16,4 +16,8 @@ jobs:
- name: Run unit tests
run: |
./test_vector && ./test_map && ./test_bigint
./test_vector && ./test_map && ./test_bigint
- name: Run benchmarks
run: |
./benchmark_datum