-
Notifications
You must be signed in to change notification settings - Fork 4
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
- run-perf.pl initial commit #3
base: main
Are you sure you want to change the base?
Conversation
cac68df
to
e698770
Compare
The list of force pushed changes since initial commit:
|
new revision also supports stuff from @andrewkdinh which got mergerd recently (#4) |
Could you please drop the commits from the Andrew's PR? They are already merged. |
I think I will start with fresh pull-request. there must be something wrong with my clone poor git driving -- again. |
Now the PR is in shape I'd like to merge in. |
ping @levitte for second review |
please hold a sec, I need to update this change with stuff which has currently arrived |
done. new version
|
in .markdown format on windows, unix (BSD), macos and linux. It is perl variant of the run-perl.sh (same tool implemented in bash). Unlike bash variant this version requires tools to be compiled first. There seems to be no easy way to run bash script on windows. the perl seems to be better bet.
Co-authored-by: Viktor Dukhovni <[email protected]>
Another option would be to just skip rwlock measurements for now. IMO they are not particularly useful anyway as they just measure the speed of something that is not going to change much. In this sense the benchmark is completely synthetic and outside of OpenSSL realm. It was useful for comparing the rwlock performance with rcu locks but not useful that much anymore. |
script is able to run perf tools and collect data in .markdown format on windows, unix (BSD), macos and linux. It is perl variant of the run-perl.sh (same tool implemented in bash). Unlike bash variant this version requires tools to be compiled first.
There seems to be no easy way to run bash script on windows. the perl seems to be better bet.