-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark update #16
base: master
Are you sure you want to change the base?
Benchmark update #16
Conversation
@@ -132,7 +132,7 @@ | |||
<EnableModules>false</EnableModules> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<OmitFramePointers>false</OmitFramePointers> | |||
<AdditionalIncludeDirectories>C:\boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
<AdditionalIncludeDirectories>C:\boost_1_71_0;C:\Projects\signal-slot-benchmarks\benchmark\lib\iscool\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
local path in project file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, I have copied upstream's file. I will push a fixed version but I can't test it.
@@ -237,7 +237,7 @@ | |||
<ClInclude Include="..\benchmark\hpp\benchmark_css.hpp" /> | |||
<ClInclude Include="..\benchmark\hpp\benchmark_dob.hpp" /> | |||
<ClInclude Include="..\benchmark\hpp\benchmark_evl.hpp" /> | |||
<ClInclude Include="..\benchmark\hpp\benchmark_fts.hpp" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just copied the file from upstream. I fix it.
486a1b9
to
deefebb
Compare
This is expected by the benchmark and done with the other libraries. The comparison seems more fair with that.
deefebb
to
e0782ce
Compare
I have updated the branch with the fixes you requested. I cannot test them since I do not use Visual Studio. Hope it works! |
No description provided.