summaryrefslogtreecommitdiff
path: root/cli/bench/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r--cli/bench/main.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs
index 8890ec79c..f2ade54d8 100644
--- a/cli/bench/main.rs
+++ b/cli/bench/main.rs
@@ -228,12 +228,6 @@ fn get_binary_sizes(target_dir: &Path) -> Result<HashMap<String, u64>> {
test_util::deno_exe_path().metadata()?.len(),
);
- // add up size for denort
- sizes.insert(
- "denort".to_string(),
- test_util::denort_exe_path().metadata()?.len(),
- );
-
// add up size for everything in target/release/deps/libswc*
let swc_size = rlib_size(&target_dir, "libswc");
println!("swc {} bytes", swc_size);