Skip to content
Snippets Groups Projects
Commit 3f2e57e7 authored by Michael Reuscher's avatar Michael Reuscher
Browse files

rework

parent 0f6d8b37
No related branches found
No related tags found
1 merge request!4Python driver and data analysis part
...@@ -4,10 +4,11 @@ import json ...@@ -4,10 +4,11 @@ import json
import os import os
# List of byte sizes for the events little one for testing # List of byte sizes for the events little one for testing
#BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192',
#'16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152',
#'4194304', '8388608', '16777216', '33554432', '67108864']
BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192', BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192',
'16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152', '16384', '32768', '65536', '131072', '262144', '524288']
'4194304', '8388608', '16777216', '33554432', '67108864']
#BYTE_SIZES = ['16', '32']
# Function to parse command-line arguments # Function to parse command-line arguments
......
{ {
"data_config_various":{ "data_config_various":{
"-n": "100", "-n": "200",
"-i": "0.1s", "-i": "0.1s",
"-N": "4"}, "-N": "8"},
"data_config_long":{ "data_config_long":{
"-s": "32", "-s": "32",
"-n": "2000", "-n": "5000",
"-i": "0.1s", "-i": "0.1s",
"-N": "4"}, "-N": "4"},
"data_config_help":{ "data_config_help":{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment