Skip to content

Commit

Permalink
Remove benchmarks for Rust & Java (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Aug 8, 2024
1 parent 1621259 commit f7cdb8f
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 354 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,3 @@ jobs:
run: cargo test --target ${{ matrix.target }} --features generate-bindings
- name: Check that bindings are up to date
run: git diff --exit-code bindings/rust/src/bindings/generated.rs
- name: Benchmark
working-directory: bindings/rust
run: cargo bench --target ${{ matrix.target }}
158 changes: 99 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,3 @@ cc = "1.0"

[target.'cfg(target_env = "msvc")'.build-dependencies]
glob = "0.3"

[[bench]]
path = "bindings/rust/benches/kzg_benches.rs"
name = "kzg_benches"
harness = false
Loading

0 comments on commit f7cdb8f

Please sign in to comment.