Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft authored Jan 4, 2023
1 parent 325a58f commit e74c5e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion circuit-benchmarks/src/bytecode_circuit.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! State circuit benchmarks
//! Bytecode circuit benchmarks
#[cfg(test)]
mod tests {
Expand Down
2 changes: 1 addition & 1 deletion circuit-benchmarks/src/copy_circuit.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! State circuit benchmarks
//! Copy circuit benchmarks
#[cfg(test)]
mod tests {
Expand Down
2 changes: 1 addition & 1 deletion circuit-benchmarks/src/packed_multi_keccak.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! State circuit benchmarks
//! Packed multi keccak circuit benchmarks
#[cfg(test)]
mod tests {
Expand Down
2 changes: 1 addition & 1 deletion circuit-benchmarks/src/pi_circuit.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! State circuit benchmarks
//! Public input circuit benchmarks
#[cfg(test)]
mod tests {
use ark_std::{end_timer, start_timer};
Expand Down

0 comments on commit e74c5e7

Please sign in to comment.