Vincent Debergue

Results 3 issues of Vincent Debergue

- Version: 0.6.2 - Storage Backend: cql - Expected Behavior: janusgraph-cql should not have a dependency on `graalvm nativeimage svm` - Current Behavior: a dependency is declared See package on...

kind/bug/possible

Add a benchmark using gatling to test API response times

## Description ## Steps to Reproduce 1. Write a migration that enables `citext` on postgresql: ``` CREATE EXTENSION IF NOT EXISTS citext; ``` 3. Apply the migration on a clean...