junyejiang

Results 6 comments of junyejiang

> Do we save much by excluding `dataType`, `dataEncoding`? What if the server part uses data type, encoding, url, and so in via post-processor? > Do we save much by...

@vlsi https://github.com/apache/jmeter/pull/6410/commits/b755fde60de4b6f6882e2a380090faf93b5b8c12 Added sample_sender_strip_if_success to swith on/off the strip functionality

> I have not checked the way the report works, however, I have a few comments: > > 1. Have you checked `sampleresult.useNanoTime` JMeter property? If so could you describe...

> > My PR do break backwark compatibility, as the former JTL file was stored in ms format, My PR will change it to ns format. So that the former...

> It would be great if we could support both formats at the same time, however, keeping the old scripts workable and old files parseable is important I will try...

@vlsi https://github.com/apache/jmeter/commit/fd12dc39aa688011475c7466cb7c1a2e1f43e38f Made following changes: 1. Introduced new metadatas in csv, jtl and xml, these metadatas are dedicated to store ns timestamp, old metadatas are untouched. When Jmeter loads csv,...