Skip to content

1.5x speed increase by using cmp instead of crc32 #88

1.5x speed increase by using cmp instead of crc32

1.5x speed increase by using cmp instead of crc32 #88

Workflow file for this run

# Test
name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linuxTest:
name: Test on Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run testing script
run: ./testing.sh
macOsTest:
name: Test on macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run testing script on macOS
run: ./testing.sh
FreeBSDTest:
name: Test on FreeBSD
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y bash
run: |
./testing.sh