Informatievlaanderen / VSDS-LDES-performance-testing

This repository is used for performance testing within the VSDS project
European Union Public License 1.2
0 stars 0 forks source link

Use protobuf in loadtesting #11

Open sandervd opened 4 months ago

sandervd commented 4 months ago

Sending protobuf to the server is quite a bit more performant.

I took a first go at writing a jMeter plugin: https://github.com/sandervd/jmeter-rdf-protobuf/

I think it is best that this is build and maintained under the proper github, and the jar included in the jMeter distribution (plugin).

At the moment the all dependencies are build into the jar, but this might not be needed.