Skip to content
Discussion options

You must be logged in to vote

@tpluscode you are only creating a singe Threshold (latency) for the baseline on main:

          --threshold-measure latency \
          --threshold-test t_test \
          --threshold-max-sample-size 64 \
          --threshold-upper-boundary 0.99 \

https://github.com/zazuko/rdf-validate-shacl/blob/5ed9c4154d262e0657839093b4db6ca7341571fd/.github/workflows/benchmarks-baseline.yml#L28-L31

In order to create an additional Threshold (throughput), you need to add something like this directly below it:

          --threshold-measure throughput \
          --threshold-test t_test \
          --threshold-max-sample-size 64 \
          --threshold-upper-boundary 0.99 \

See the multiple thresholds

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tpluscode
Comment options

@epompeii
Comment options

Answer selected by tpluscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants