Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Feature/test benchmark #769

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/trigger-benchmark.yml
Copy link
Member

Choose a reason for hiding this comment

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

Need to be updated regarding the new repository taipy-benchmark

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Benchmark on taipy-integration-testing
on:
push:
Comment on lines 1 to 3
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
name: Benchmark on taipy-integration-testing
on:
push:
name: Benchmark on taipy-benchmark
on:
push:

branches: [develop]
branches: [develop, feature/test-benchmark]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# an "AS IS" BASIS, 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.

"""Unit test package for taipy."""
"""Unit test package for taipy.."""
jrobinAV marked this conversation as resolved.
Show resolved Hide resolved