From 458ecfeededba58ebfe6a62b341600fd4b6b4f38 Mon Sep 17 00:00:00 2001 From: sapir Date: Sun, 12 Apr 2020 22:18:49 +0300 Subject: [PATCH] Remove missing bench Former-commit-id: 2c95d20e06d68174e23badb0a027d2ad82fed000 --- rustboyadvance-core/Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rustboyadvance-core/Cargo.toml b/rustboyadvance-core/Cargo.toml index 40e2669..b8a76a2 100644 --- a/rustboyadvance-core/Cargo.toml +++ b/rustboyadvance-core/Cargo.toml @@ -37,10 +37,6 @@ bit = "^0.1" [dev-dependencies] criterion = "0.3" -[[bench]] -name = "performance" -harness = false - [features] default = ["arm7tdmi_dispatch_table"] debugger = ["nom", "rustyline"] @@ -51,4 +47,4 @@ arm7tdmi_dispatch_table = [] [profile.dev] opt-level = 0 -debug = true \ No newline at end of file +debug = true