diff options
| -rw-r--r-- | doc/Allocators.md | 4 | ||||
| -rw-r--r-- | doc/Benchmarks.md | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/Allocators.md b/doc/Allocators.md index 3148c45..9e0c8ff 100644 --- a/doc/Allocators.md +++ b/doc/Allocators.md @@ -37,7 +37,7 @@ and a python script exporting a global dictionary with the name `allocators`. ## Building Allocators To reproducible build allocators and patched version you can use the -classes `Allocator` and `Allocator_Sources` provided in `src/allocator.py`. - +classes `Allocator` and any `Artifact` subclass provided in `allocbench/allocator.py` +and `allocbench/artifact.py`. See [allocators/no_falsesharing.py](allocators/no_falsesharing.py) or [allocators/ba_allocators.py](allocators/ba_allocators.py) for examples. diff --git a/doc/Benchmarks.md b/doc/Benchmarks.md index 8e95a8c..74fb9d3 100644 --- a/doc/Benchmarks.md +++ b/doc/Benchmarks.md @@ -167,5 +167,3 @@ for number_of_runs is called after all permutations are done for the current allocator. The mysql benchmark uses this hook to terminate the in preallocator_hook started mysql server. - -### plot helpers |
