From 6c50793f81ed8b6ef1eee43e06ddb325c4aa047a Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 15 May 2020 17:37:10 +0200 Subject: remove deprecated pickle code --- doc/Benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Benchmarks.md') 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. -- cgit v1.2.3