pysim/contrib
Vadim Yanitskiy b3ea021b32 contrib/jenkins.sh: speed up pylint by running multiple processes
Use multiple processes to speed up pylint.  Specifying -j0 will
auto-detect the number of processors available to use.

On AMD Ryzen 7 3700X this significantly reduces the exec time:

  $ time python -m pylint -j1 ... pySim *.py
  real    0m12.409s
  user    0m12.149s
  sys     0m0.136s

  $ time python -m pylint -j0 ... pySim *.py
  real    0m5.541s
  user    0m58.496s
  sys     0m1.213s

Change-Id: I76d1696c27ddcab358526f807c4a0a7f0d4c85d4
2022-08-30 17:15:53 +07:00
..
jenkins.sh contrib/jenkins.sh: speed up pylint by running multiple processes 2022-08-30 17:15:53 +07:00
sim-rest-client.py sim-rest-client: Add support for 'info' command to get IMSI+ICCID 2021-11-03 12:34:24 +01:00
sim-rest-server.py sim-rest-server: Report meaningful error message if PIN is blocked 2022-07-23 14:07:00 +02:00
sim-rest-server.service sim-rest-server: Add example systemd service/unit file 2021-11-03 12:50:15 +01:00