Skip to content

Update rand_xoshiro requirement from 0.7 to 0.8 #275

Update rand_xoshiro requirement from 0.7 to 0.8

Update rand_xoshiro requirement from 0.7 to 0.8 #275

Workflow file for this run

name: nightly benches
on:
# schedule:
# - cron: '0 23 * * *'
workflow_dispatch:
pull_request:
branches: [ "main" ]
paths:
- '**.rs'
- '**.toml'
- '**.yml'
jobs:
swim:
uses: ./.github/workflows/single_bench.yml
with:
instance: swim
n_runs: 16
run_time_s: 1200
cpu_tag: 7950X
trousers:
needs: swim
uses: ./.github/workflows/single_bench.yml
with:
instance: trousers
n_runs: 16
run_time_s: 1200
cpu_tag: 7950X
shirts:
needs: trousers
uses: ./.github/workflows/single_bench.yml
with:
instance: shirts
n_runs: 16
run_time_s: 1200
cpu_tag: 7950X