xterm-addon-serialize
Advanced tools
Comparing version 0.5.0-beta.3 to 0.5.0-beta.4
@@ -19,3 +19,3 @@ /** | ||
perfContext('Terminal: sh -c "dd if=/dev/random count=40 bs=1k | hexdump | lolcat -f"', () => { | ||
perfContext('Terminal: sh -c "dd if=/dev/urandom count=40 bs=1k | hexdump | lolcat -f"', () => { | ||
let content = ''; | ||
@@ -25,3 +25,3 @@ let contentUtf8: Uint8Array; | ||
before(async () => { | ||
const p = spawn('sh', ['-c', 'dd if=/dev/random count=40 bs=1k | hexdump | lolcat -f'], { | ||
const p = spawn('sh', ['-c', 'dd if=/dev/urandom count=40 bs=1k | hexdump | lolcat -f'], { | ||
name: 'xterm-256color', | ||
@@ -28,0 +28,0 @@ cols: 80, |
@@ -26,7 +26,7 @@ "use strict"; | ||
} | ||
xterm_benchmark_1.perfContext('Terminal: sh -c "dd if=/dev/random count=40 bs=1k | hexdump | lolcat -f"', () => { | ||
xterm_benchmark_1.perfContext('Terminal: sh -c "dd if=/dev/urandom count=40 bs=1k | hexdump | lolcat -f"', () => { | ||
let content = ''; | ||
let contentUtf8; | ||
xterm_benchmark_1.before(() => __awaiter(void 0, void 0, void 0, function* () { | ||
const p = node_pty_1.spawn('sh', ['-c', 'dd if=/dev/random count=40 bs=1k | hexdump | lolcat -f'], { | ||
const p = node_pty_1.spawn('sh', ['-c', 'dd if=/dev/urandom count=40 bs=1k | hexdump | lolcat -f'], { | ||
name: 'xterm-256color', | ||
@@ -33,0 +33,0 @@ cols: 80, |
{ | ||
"name": "xterm-addon-serialize", | ||
"version": "0.5.0-beta.3", | ||
"version": "0.5.0-beta.4", | ||
"author": { | ||
@@ -17,4 +17,4 @@ "name": "The xterm.js authors", | ||
"benchmark": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json", | ||
"benchmark-baseline": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json --baseline out-benchmark/addons/xterm-addon-serialize/benchmark/*benchmark.js", | ||
"benchmark-eval": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json --eval out-benchmark/addons/xterm-addon-serialize/benchmark/*benchmark.js" | ||
"benchmark-baseline": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json --baseline out-benchmark/benchmark/*benchmark.js", | ||
"benchmark-eval": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json --eval out-benchmark/benchmark/*benchmark.js" | ||
}, | ||
@@ -21,0 +21,0 @@ "peerDependencies": { |
72871