Added benchmark program
This commit is contained in:
6
.github/workflows/gcc-build.yml
vendored
6
.github/workflows/gcc-build.yml
vendored
@@ -13,4 +13,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
|
||||
Reference in New Issue
Block a user