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

rework

parent 3f2e57e7
No related branches found
No related tags found
1 merge request!4Python driver and data analysis part
......@@ -4,11 +4,11 @@ import json
import os
# 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',
'16384', '32768', '65536', '131072', '262144', '524288']
'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',
#'16384', '32768', '65536', '131072', '262144', '524288']
# Function to parse command-line arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment