Skip to content

Commit

Permalink
Merge branch 'master' of github.com:google/benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jun 8, 2020
2 parents 74b4612 + 22e55e1 commit 4ecb5f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bindings/python/benchmark/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Example of Python using C++ benchmark framework."""
"""Example of Python using C++ benchmark framework.
To run this example, you must first install the `benchmark` Python package.
To install using `setup.py`, download and extract the `benchmark` source.
In the extracted directory, execute:
python setup.py install
"""

import benchmark

Expand Down

0 comments on commit 4ecb5f3

Please sign in to comment.