Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
running exp2 again with 100% logging
Browse files Browse the repository at this point in the history
  • Loading branch information
taivop committed Dec 18, 2016
1 parent 3c01eff commit f9f5e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/py/exp2_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
virtual_clients = 180
num_threads = 32

experiment_runtime = 6
experiment_runtime = 5
runtime_buffer = 15 # will be cut off when memaslaps are done
num_repetitions = 1
stats_frequency = "10s"
Expand All @@ -25,7 +25,7 @@
combinations = []
for S in S_values:
for R_lambda in R_lambdas:
for repetition in [6, 7]:#range(num_repetitions):
for repetition in [8]:#range(num_repetitions):
R = R_lambda(S)
combinations.append((S, R, repetition))
#combinations = [(5, 1, 1)] # override combinations
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/asl/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Request {
private static final Logger log = LogManager.getLogger(Request.class);
private static final Logger csvLog = LogManager.getLogger("request_csv");

public static final int LOG_SAMPLING_FREQUENCY = 10;
public static final int LOG_SAMPLING_FREQUENCY = 1;

private RequestType type;
private ByteBuffer buffer;
Expand Down

0 comments on commit f9f5e18

Please sign in to comment.