Skip to content

Commit 148f7a3

Browse files
authored
ci: enable nns benchmarks (#372)
This PR re-enables `nns` benchmark in the CI. This is a follow-up PR after #371.
1 parent 5305320 commit 148f7a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
- btreeset
9797
- io_chunks
9898
- memory-manager
99+
- nns
99100
- vec
100101
include:
101102
- name: btreemap
@@ -106,6 +107,8 @@ jobs:
106107
project_dir: ./benchmarks/io_chunks
107108
- name: memory-manager
108109
project_dir: ./benchmarks/memory_manager
110+
- name: nns
111+
project_dir: ./benchmarks/nns
109112
- name: vec
110113
project_dir: ./benchmarks/vec
111114

0 commit comments

Comments
 (0)