mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 09:00:38 +08:00
17 lines
320 B
Markdown
Vendored
17 lines
320 B
Markdown
Vendored
# parallel-hashmap
|
|
|
|
How to run these benchmarks
|
|
===========================
|
|
|
|
These bencharks were run on windows using Visual Studio 2017. Running them on linux
|
|
would require Makefile changes.
|
|
|
|
$ mkdir build
|
|
$ make
|
|
$ make test
|
|
$ python make_chart_data.py < output
|
|
|
|
Your charts are now in charts.html.
|
|
|
|
|