diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-20 23:09:50 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-20 23:09:50 +0200 |
| commit | 20b0702b6a7a072ab61862205218e628203d1234 (patch) | |
| tree | 5cb0f33129b6605e8e3168515c49328e5f0a403f | |
| parent | bd959dff7691f499bd1a27071c7068c30a419faa (diff) | |
| download | allocbench-20b0702b6a7a072ab61862205218e628203d1234.tar.gz allocbench-20b0702b6a7a072ab61862205218e628203d1234.zip | |
mention larson / krishnan paper in larson benchmark
| -rw-r--r-- | src/benchmarks/larson.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/benchmarks/larson.py b/src/benchmarks/larson.py index 213ca0a..a5c4a02 100644 --- a/src/benchmarks/larson.py +++ b/src/benchmarks/larson.py @@ -14,6 +14,8 @@ class Benchmark_Larson(Benchmark): transfers some objects (randomly selected) to other threads to be freed.""" + # Parameters taken from the paper "Memory Allocation for Long-Running Server + # Applications" from Larson and Krishnan self.cmd = "larson{binary_suffix} 1 8 {maxsize} 1000 50000 1 {threads}" self.args = { |
