Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 311 Bytes

File metadata and controls

15 lines (11 loc) · 311 Bytes

To benchmark to QGCodeEditor widget with a gcode.ngc G-code file, run:

time -p bash -c '< gcode.ngc  | ./pipe '

Example: measure runtime of QGCodeEditor widget with a 1000 lines G-code file:

time -p bash -c 'cat <(./ngc-urandom.sh 1000) | ./pipe '
real 2.94
user 2.72
sys 0.10