Skip to content

Commit

Permalink
update rust version (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino authored Feb 9, 2024
1 parent 0c4c6e9 commit 6f66feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository.workspace = true
authors.workspace = true
homepage.workspace = true
license.workspace = true
rust-version = "1.72" # allows msrv verify to work in CI
rust-version = "1.74.1" # allows msrv verify to work in CI

[dependencies]
anyhow = { workspace = true }
Expand Down Expand Up @@ -149,7 +149,7 @@ edition = "2021"
homepage = "https://lurk-lang.org/"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lurk-lab/lurk-rs"
rust-version = "1.72"
rust-version = "1.74.1"

[[bin]]
name = "lurk"
Expand Down

1 comment on commit 6f66feb

@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/7846291512

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=0c4c6e95b2b879b99fba066bd755eb8bc152795d ref=6f66febbff726b57fdb9d7214b58e1a154fec085
num-100 1.45 s (✅ 1.00x) 1.45 s (✅ 1.00x faster)
num-200 2.76 s (✅ 1.00x) 2.77 s (✅ 1.00x slower)

LEM Fibonacci Prove - rc = 600

ref=0c4c6e95b2b879b99fba066bd755eb8bc152795d ref=6f66febbff726b57fdb9d7214b58e1a154fec085
num-100 1.84 s (✅ 1.00x) 1.86 s (✅ 1.01x slower)
num-200 3.03 s (✅ 1.00x) 3.07 s (✅ 1.01x slower)

Made with criterion-table

Please sign in to comment.