Skip to content

benchmark of xterm-addon-serialize didn't run #3103

@mmis1000

Description

@mmis1000

Details

Steps to reproduce

  1. follow the instrucution to setup xterm.js repo
  2. cd into addons/xterm-addon-serialize
  3. run commands
    1. yarn benchmark
      • gives nothing
      • It looks don't have test file path included.
    2. yarn benchmark-basebline
      • Error: Cannot find module '/PROJECT_ROOT/addons/xterm-addon-serialize/out-benchmark/addons/xterm-addon-serialize/benchmark/*benchmark.js'
      • The addon path part duped twice for some reason
    3. yarn benchmark-eval
      • Error: Cannot find module '/PROJECT_ROOT/addons/xterm-addon-serialize/out-benchmark/addons/xterm-addon-serialize/benchmark/*benchmark.js'
      • The addon path part duped twice for some reason

BTW, the test seems use /dev/random as random source, which is extremely slow in most of case, it is probably better change it to /dev/urandom instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions