Skip to content

Increase dict size (as fastest hash table are too fast) #9

Increase dict size (as fastest hash table are too fast)

Increase dict size (as fastest hash table are too fast) #9

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: CPU Information
run: lscpu || echo "CPU information not available"
- name: Compiler Information
run: cc -v
- name: make
run: make
- name: make bench
working-directory: ./bench
run: make