From b780bc9e6c27eccfc5bc69206353c8c70d031d12 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Wed, 11 Sep 2024 06:15:30 +0000 Subject: [PATCH] delete test js engine --- benchmark/benchmark.js | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/benchmark.js b/benchmark/benchmark.js index 3fbf393..4d3f33e 100644 --- a/benchmark/benchmark.js +++ b/benchmark/benchmark.js @@ -83,7 +83,6 @@ function createCSV(results, commandNames) { const commands = [ { name: 'QuickJS', command: 'quickjs combined.js' }, - { name: 'qjs-calloc', command: 'qjs-calloc combined.js' }, { name: 'V8 --jitless', command: 'v8 --jitless combined.js' }, { name: 'V8', command: 'v8 combined.js' }, { name: 'JSC', command: 'jsc combined.js' },