We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a85f0 commit c81c7d6Copy full SHA for c81c7d6
CONTRIBUTING.md
@@ -38,6 +38,8 @@ There is a small JMH benchmark suite for testing allocations that can be run wit
38
mvn -P benchmark test-compile jmh:benchmark -Djmh.f=1 -Djmh.prof='dev.openfeature.sdk.benchmark.AllocationProfiler'
39
```
40
41
+If you are concerned about the repercussions of a change on memory usage, run this an compare the results to the committed. `benchmark.txt` file.
42
+
43
## Releasing
44
45
See [releasing](./docs/release.md).
0 commit comments