From 4b84d709a33e9e1b61c444c54039bea3705af60f Mon Sep 17 00:00:00 2001 From: John Guibas Date: Mon, 7 Oct 2024 21:29:23 -0700 Subject: [PATCH] hm --- .github/workflows/suite.yml | 2 +- crates/perf/Cargo.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/suite.yml b/.github/workflows/suite.yml index 8faa6d7dc2..c2c5063138 100644 --- a/.github/workflows/suite.yml +++ b/.github/workflows/suite.yml @@ -125,7 +125,7 @@ jobs: with: command: run toolchain: 1.81.0 - args: --release -p sp1-perf -- --program workdir/program.bin --stdin workdir/stdin.bin --mode network + args: --release -p sp1-perf --features native-gnark -- --program workdir/program.bin --stdin workdir/stdin.bin --mode network env: RUST_LOG: info RUSTFLAGS: -Copt-level=3 -Ctarget-cpu=native diff --git a/crates/perf/Cargo.toml b/crates/perf/Cargo.toml index abfe3c481e..8cf3c08a5d 100644 --- a/crates/perf/Cargo.toml +++ b/crates/perf/Cargo.toml @@ -25,4 +25,7 @@ time = "0.3.26" slack-rust = { package = "slack-rust-rs", version = "0.0.1" } tokio = { version = "1.39.0", features = ["full"] } reqwest = { version = "0.12.4", features = ["json"] } -serde_json = "1.0.104" \ No newline at end of file +serde_json = "1.0.104" + +[features] +native-gnark = ["sp1-sdk/native-gnark"] \ No newline at end of file