Open t-b opened 1 year ago
As can be seen at e.g.
https://github.com/byte-physics/igor-unit-testing-framework/blob/25fb93dcf86b1d95e53582a47d52ec2cb0599645/tests/test-tracing_instrumented.ipf#L20-L23
we currently output multiple Z_() calls in a row. I would be nice if we could compress these cases to just one Z_() call. The advantage would be speed.
Z_()
Ideas for speedup (they have to be tested)
Z_
for
We need benchmarks for this
Look also into compressing multiple Z_ calls multiline comments.
As can be seen at e.g.
https://github.com/byte-physics/igor-unit-testing-framework/blob/25fb93dcf86b1d95e53582a47d52ec2cb0599645/tests/test-tracing_instrumented.ipf#L20-L23
we currently output multiple
Z_()
calls in a row. I would be nice if we could compress these cases to just oneZ_()
call. The advantage would be speed.