Rename 'plonk' benchmark to 'arithmetic'

This commit is contained in:
therealyingtong 2020-09-16 08:55:39 +08:00
parent 58708c2c20
commit 7710b73bff
No known key found for this signature in database
GPG Key ID: 179F32A1503D607E
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ rustdoc-args = [ "--html-in-header", "katex-header.html" ]
criterion = "0.3"
[[bench]]
name = "plonk"
name = "arithmetic"
harness = false
[dependencies]