Skip to content

Commit

Permalink
ci: Fix nightly.yml deps (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Mar 10, 2024
1 parent ede22b3 commit 770b55d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ jobs:
unused-dependencies:
uses: lurk-lab/ci-workflows/.github/workflows/unused-deps.yml@main
with:
packages: 'protobuf-compiler libprotobuf-dev'

rust-version-check:
uses: lurk-lab/ci-workflows/.github/workflows/rust-version-check.yml@main

typos:
uses: lurk-lab/ci-workflows/.github/workflows/typos.yml@main
uses: lurk-lab/ci-workflows/.github/workflows/typos.yml@main

1 comment on commit 770b55d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/8224803261

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=ede22b3d14d3b20b28956d0b10b60a1a366a03bc ref=770b55d902d4ed5c5a18d7c43643135a45d0fa62
num-100 1.46 s (✅ 1.00x) 1.45 s (✅ 1.01x faster)
num-200 2.79 s (✅ 1.00x) 2.77 s (✅ 1.01x faster)

LEM Fibonacci Prove - rc = 600

ref=ede22b3d14d3b20b28956d0b10b60a1a366a03bc ref=770b55d902d4ed5c5a18d7c43643135a45d0fa62
num-100 1.84 s (✅ 1.00x) 1.84 s (✅ 1.00x faster)
num-200 3.04 s (✅ 1.00x) 3.05 s (✅ 1.00x slower)

Made with criterion-table

Please sign in to comment.