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 d0ec078 commit 5196218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions .github/workflows/perf_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ 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-24.04

Expand Down

0 comments on commit 5196218

Please sign in to comment.