Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
btjm123 committed Aug 10, 2024
2 parents d6d38a8 + fd67f5b commit 601f919
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,23 @@ 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
```

![Figure_1](https://github.com/user-attachments/assets/c2243376-98a3-464f-b8bc-0f68a677c9aa)

0 comments on commit 601f919

Please sign in to comment.