Skip to content

Commit

Permalink
Revert benchmarking.yml python version. (#249)
Browse files Browse the repository at this point in the history
* Revert benchmarking.yml python version.

3.6.10 > 3.7 (Integrate Boxcars commit changed this for some reason)

* Update benchmarking.yml
  • Loading branch information
DivvyCr authored Aug 1, 2020
1 parent 5d4385d commit 07297fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Comment performance benchmarking on every push.

name: Benchmarking
name: Benchmarking.

on: push

Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.6.10'
python-version: '3.7'
architecture: 'x64'

- name: Install/Update pip and wheel.
Expand Down

5 comments on commit 07297fe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks short_sample

Benchmark suite Current: 07297fe Previous: 5d4385d Ratio
carball/tests/benchmarking/benchmarking.py::test_short_sample 0.8550592868815153 iter/sec (stddev: 0.02764692001711164) 0.899917375607017 iter/sec (stddev: 0.007431821317809326) 1.05

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks short_dropshot

Benchmark suite Current: 07297fe Previous: 5d4385d Ratio
carball/tests/benchmarking/benchmarking.py::test_short_dropshot 0.6497605209172329 iter/sec (stddev: 0.02743030194406533) 0.6085909623600966 iter/sec (stddev: 0.025514623338161) 0.94

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks intensive_oce_rlcs

Benchmark suite Current: 07297fe Previous: 5d4385d Ratio
carball/tests/benchmarking/benchmarking.py::test_intensive_oce_rlcs 0.05877460684376731 iter/sec (stddev: 0.11734684833611518) 0.06464355463319495 iter/sec (stddev: 0.09647825883678236) 1.10

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks oce_rlcs

Benchmark suite Current: 07297fe Previous: 5d4385d Ratio
carball/tests/benchmarking/benchmarking.py::test_oce_rlcs 0.08971494772292365 iter/sec (stddev: 0.32807164048306586) 0.07423787066788361 iter/sec (stddev: 0.1263874045242509) 0.83

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carball Benchmarks full_rumble

Benchmark suite Current: 07297fe Previous: 5d4385d Ratio
carball/tests/benchmarking/benchmarking.py::test_full_rumble 0.0681358016982901 iter/sec (stddev: 0.521693596084756) 0.07230390117585854 iter/sec (stddev: 0.14985906753511938) 1.06

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.