Skip to content
Prev Previous commit
Next Next commit
Add microbenchmarks
  • Loading branch information
orf committed Dec 13, 2020
commit eb22ba12c61414771decf6c4f1215b1ec9209fb5
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ criterion = "0.3"
name = "execution"
harness = false

[[bench]]
name = "microbenchmarks"
harness = false

[[bin]]
name = "rustpython"
path = "src/main.rs"
Expand Down