aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-10-29 17:49:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-29 17:49:59 +0000
commit2a1df4329292e106bcbd5f83bb656b88e5200df1 (patch)
tree2179868c66684e02b344ce1c009994e0307e8d8b /.github/workflows
parentee19aadf35933890f9ea1d5bb361bc259a179df7 (diff)
parent846b7549b6b43c6947f53b1e94968558d5a36830 (diff)
downloadgoogle-benchmark-2a1df4329292e106bcbd5f83bb656b88e5200df1.tar.gz
Upgrade google-benchmark to dce3322a549650d18f50b5f1428a5942327ab6a5 am: 846b7549b6
Original change: https://android-review.googlesource.com/c/platform/external/google-benchmark/+/1479389 Change-Id: I166c3cd58badfb25a74a925574ed1904441adef6
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test_bindings.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/test_bindings.yml b/.github/workflows/test_bindings.yml
new file mode 100644
index 0000000..273d7f9
--- /dev/null
+++ b/.github/workflows/test_bindings.yml
@@ -0,0 +1,24 @@
+name: test-bindings
+
+on:
+ push:
+ branches: [master]
+ pull_request:
+ branches: [master]
+
+jobs:
+ python_bindings:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: Set up Python
+ uses: actions/setup-python@v1
+ with:
+ python-version: 3.8
+ - name: Install benchmark
+ run:
+ python setup.py install
+ - name: Run example bindings
+ run:
+ python bindings/python/google_benchmark/example.py