Files
parallel-hashmap/benchmark/BENCHMARK.md
T

17 lines
542 B
Markdown
Raw Normal View History

2019-03-02 09:10:10 -05:00
# parallel-hashmap
How to run these benchmarks
===========================
2019-03-02 21:02:11 -05:00
These bencharks were run on windows using Visual Studio 2017, in a cygwin window with the VC++ 2017 compiler env vars (add something like this in your Cygwin.bat:
2019-03-02 09:10:10 -05:00
2019-03-02 21:02:11 -05:00
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
Running them on linux would require Makefile changes.
To build and run the tests, just update the path to the abseil libraries in the makefile, and run make.
2019-03-02 09:10:10 -05:00
Your charts are now in charts.html.