Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
btjm123 authored Aug 10, 2024
1 parent 0a687cf commit 20b1943
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,19 @@ This project uses [CMake](https://cmake.org/)
mkdir build && cd build && cmake .. && make
```

## Testing
## Test
This project uses [Google Test](https://github.com/google/googletest)
```sh
cd build && ./tests/open_addressing_hashmap
cd build && ./tests/chaining_hashmap
```

## Benchmark
My CPU stats:
```sh
Run on (12 X 24 MHz CPU s)
CPU Caches:
L1 Data 64 KiB
L1 Instruction 128 KiB
L2 Unified 4096 KiB (x12)
Load Average: 1.78, 2.28, 2.49

0 comments on commit 20b1943

Please sign in to comment.