We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ee307 commit 9786d4dCopy full SHA for 9786d4d
notes_adding_suts.txt
@@ -87,6 +87,8 @@ As there are quite a few things to keep in mind, we list here the most important
87
88
cat `find . -name *.java` | wc -l
89
90
+- once "data.csv" file has been updated, need to recreate "table_emb.md" from "analyze.R" -> "markdown()" function.
91
+
92
- the drivers should be written under "jdk_X_Y/em/embedded" and "jdk_X_Y/em/external", following the same tree structure
93
of the SUT under "cs", eg, "jdk_17_maven/cs/grpc/NAME" would lead to embedded driver be under
94
"jdk_17_maven/em/embedded/grpc/NAME".
0 commit comments