Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Dec 23, 2024
1 parent f7ca3c6 commit 18e7a36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perf_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- type: 'data_table_static'
clang_ver: '15'

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout hash-table-shootout
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/perf_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
include:

- type: 'unordered_map'
gcc_ver: '12'
gcc_ver: '14'

- type: 'unordered_map_open'
gcc_ver: '12'
gcc_ver: '14'

- type: 'map'
gcc_ver: '12'
gcc_ver: '14'

- type: 'data_table_static'
gcc_ver: '12'
gcc_ver: '14'

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout hash-table-shootout
Expand Down

0 comments on commit 18e7a36

Please sign in to comment.