diff options
Diffstat (limited to 'src/benchmarks/mysql.py')
| -rw-r--r-- | src/benchmarks/mysql.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/benchmarks/mysql.py b/src/benchmarks/mysql.py index 74d49cb..c7519c5 100644 --- a/src/benchmarks/mysql.py +++ b/src/benchmarks/mysql.py @@ -225,6 +225,14 @@ class BenchmarkMYSQL(Benchmark): title='"Memusage sysbench oltp read only"', filepostfix="mem") + self.write_tex_table([{"label": "Transactions", + "expression": "{transactions}", + "sort": ">"}, + {"label": "Memusage [KB]", + "expression": "{rssmax}", + "sort": "<"}], + filepostfix="table") + # Colored latex table showing transactions count d = {allocator: {} for allocator in allocators} for perm in self.iterate_args(args=args): |
