Skip to content

Commit a1d4d1f

Browse files
authored
feat: improve filter options and add index filter (#50)
Adds a filter to the index page to allow users to filter down the list of benchmarks. Also updates the benchmark page filter to only allow the user to select filters that result in actual data. This fixes a bug where for configs that are sparse, sometimes the user would select a filter that resulted in no data.
1 parent 00be92c commit a1d4d1f

9 files changed

Lines changed: 1069 additions & 141 deletions

File tree

.github/workflows/nodejs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Check formatting
31-
run: |
32-
npm run check
31+
run: npm run check
32+
- name: Run tests
33+
run: npm test

0 commit comments

Comments
 (0)