From 700e97ac6afc90c6a149a3ad121353a2c93e95bd Mon Sep 17 00:00:00 2001 From: Oleksandr Melnyk Date: Sun, 8 Apr 2018 15:25:32 +0300 Subject: [PATCH] Fixed labels --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32554d4..e12281e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Frequency=2338346 Hz, Resolution=427.6527 ns, Timer=TSC ``` ### Platform (x64) -| Method | N | Mean | Min | Max | Allocated | +| Method | Bytes | Mean | Min | Max | Allocated | |------- |----------- |-----------------:|-----------------:|-----------------:|----------:| | **Hash32** | **1024** | **179.1 ns** | **176.9 ns** | **181.5 ns** | **0 B** | | Hash64 | 1024 | 112.8 ns | 112.5 ns | 113.1 ns | 0 B | @@ -23,7 +23,7 @@ Frequency=2338346 Hz, Resolution=427.6527 ns, Timer=TSC | Hash64 | 1073741824 | 112,638,993.1 ns | 111,995,167.3 ns | 113,573,740.3 ns | 0 B | ### Platform (x86) -| Method | N | Mean | Min | Max | Allocated | +| Method | Bytes | Mean | Min | Max | Allocated | |------- |----------- |-------------------:|-------------------:|-------------------:|----------:| | **Hash32** | **1024** | **354.9 ns** | **354.5 ns** | **355.5 ns** | **0 B** | | Hash64 | 1024 | 1,380.3 ns | 1,361.0 ns | 1,398.3 ns | 0 B |