diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-15 17:37:10 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-02 11:18:47 +0200 |
| commit | 6c50793f81ed8b6ef1eee43e06ddb325c4aa047a (patch) | |
| tree | a59ada7d42c3bee60914515388d791933bde4f1f /doc | |
| parent | c9c5e185b3c32d5298ebfbad4f51f20fe966f00c (diff) | |
| download | allocbench-6c50793f81ed8b6ef1eee43e06ddb325c4aa047a.tar.gz allocbench-6c50793f81ed8b6ef1eee43e06ddb325c4aa047a.zip | |
remove deprecated pickle code
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Benchmarks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Benchmarks.md b/doc/Benchmarks.md index e8add89..8e95a8c 100644 --- a/doc/Benchmarks.md +++ b/doc/Benchmarks.md @@ -131,7 +131,7 @@ loop = BenchmarkLoop() The class Benchmark defined in the allocbench/benchmark.py implements most common operations for a benchmark. -It provides load and save functions using pythons pickle module, +It provides load and save functions using pythons json module, helpers generating plots using matplotlib and most importantly a run method using the attributes `cmd` and `args` to execute your benchmark. To not enforce some output format hooks are available to parse the output of your benchmark yourself. |
