From 7710b73bff5f7aad36578cc8f430c09bd3750480 Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Wed, 16 Sep 2020 08:55:39 +0800 Subject: [PATCH] Rename 'plonk' benchmark to 'arithmetic' --- Cargo.toml | 2 +- benches/{plonk.rs => arithmetic.rs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename benches/{plonk.rs => arithmetic.rs} (100%) diff --git a/Cargo.toml b/Cargo.toml index 7f2eea5..98a8483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rustdoc-args = [ "--html-in-header", "katex-header.html" ] criterion = "0.3" [[bench]] -name = "plonk" +name = "arithmetic" harness = false [dependencies] diff --git a/benches/plonk.rs b/benches/arithmetic.rs similarity index 100% rename from benches/plonk.rs rename to benches/arithmetic.rs