Skip to content

Commit

Permalink
Fix online copy-pasting error
Browse files Browse the repository at this point in the history
Oopsie
  • Loading branch information
tbarbette committed Apr 30, 2024
1 parent 3749b1b commit 53fe77e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions elements/research/workpackage.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
#include <random>

CLICK_DECLS
.read_or_set("S", _s, 0) //Array size in MB
.read_or_set("N", _n, 0) //Number of array access (4bytes)
.read_or_set("R", _r, 0) //Percentage of access that are packet read (vs Array access) between 0 and 100
.read_or_set("PAYLOAD", _payload, false) //Access payload or only header
.read_or_set("W",_w, 0) //Amount of call to random, purely CPU intensive fct

/*
=c
Expand Down

0 comments on commit 53fe77e

Please sign in to comment.