-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from PDXCapstoneF/tl-reformatdev
Reformat dev and update gitignore
- Loading branch information
Showing
6 changed files
with
107 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,9 @@ ENV/ | |
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
# PyCharm project settings | ||
.idea | ||
|
||
# MacOS auto-generated | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"specjbb": { | ||
"run_type": "LOADLEVEL", | ||
"kit_version": "RC3", | ||
"tag": "Run-Identifier", | ||
"jdk": "jdk.8-u121", | ||
"rt_start": 30, | ||
"duration": 60, | ||
"jvm_options": [ | ||
"-Xms29g", | ||
"-Xmx29g", | ||
"-Xmn27g", | ||
"-XX:ParallelGCThreads=48" | ||
], | ||
"numa_node": 4, | ||
"data": "NONE", | ||
"t": [ | ||
154, | ||
45, | ||
23 | ||
] | ||
} | ||
"specjbb": { | ||
"run_type": "LOADLEVEL", | ||
"kit_version": "RC3", | ||
"tag": "Run-Identifier", | ||
"jdk": "jdk.8-u121", | ||
"rt_start": 30, | ||
"duration": 60, | ||
"jvm_options": [ | ||
"-Xms29g", | ||
"-Xmx29g", | ||
"-Xmn27g", | ||
"-XX:ParallelGCThreads=48" | ||
], | ||
"numa_node": 4, | ||
"data": "NONE", | ||
"t": [ | ||
154, | ||
45, | ||
23 | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
{ | ||
"HBIR" : [ | ||
"Kit Version", | ||
"Tag", | ||
"JDK", | ||
"RTSTART", | ||
"JVM Options", | ||
"NUMA Nodes", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
], | ||
"HBIR_RT" : [ | ||
"Kit Version", | ||
"Tag", | ||
"JDK", | ||
"RTSTART", | ||
"JVM Options", | ||
"NUMA Nodes", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
], | ||
"PRESET" : [ | ||
"kitVersion", | ||
"tag", | ||
"JDK", | ||
"TXrate", | ||
"Duration", | ||
"JVMoptions", | ||
"NUMA_Node", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
], | ||
"LOADLEVEL" : [ | ||
"kitVersion", | ||
"Tag", | ||
"JDK", | ||
"TXrate", | ||
"Duration", | ||
"JVMoptions", | ||
"NUMA_Node", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
] | ||
"HBIR": [ | ||
"Kit Version", | ||
"Tag", | ||
"JDK", | ||
"RTSTART", | ||
"JVM Options", | ||
"NUMA Nodes", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
], | ||
"HBIR_RT": [ | ||
"Kit Version", | ||
"Tag", | ||
"JDK", | ||
"RTSTART", | ||
"JVM Options", | ||
"NUMA Nodes", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
], | ||
"PRESET": [ | ||
"kitVersion", | ||
"tag", | ||
"JDK", | ||
"TXrate", | ||
"Duration", | ||
"JVMoptions", | ||
"NUMA_Node", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
], | ||
"LOADLEVEL": [ | ||
"kitVersion", | ||
"Tag", | ||
"JDK", | ||
"TXrate", | ||
"Duration", | ||
"JVMoptions", | ||
"NUMA_Node", | ||
"Data Collection", | ||
"T1", | ||
"T2", | ||
"T3" | ||
] | ||
} | ||
|
||
|