Skip to content

Commit

Permalink
ci: rename test.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed May 5, 2023
1 parent 33df1db commit 28883a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Test CI
name: Test & Benchmark CI

on:
push:
Expand All @@ -14,6 +14,7 @@ on:
- '*.yaml'
- '.github/**/test.yml'
- 'tests/**/*'
- 'scripts/**/*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ A couple sites/projects that use `codepoint-iterator`:

## Benchmarks

The `asCodePointsIterator`, `asCodePointsArray`, and `asCodePointsCallback` functions been thorougly tested to make sure they are the most performant variants for iterators, arrays, and callbacks possible. You can check the latest benchmark results in the [GitHub Actions page](https://github.com/okikio/codepoint-iterator/actions/workflows/test.yml).
The `asCodePointsIterator`, `asCodePointsArray`, and `asCodePointsCallback` functions been thorougly tested to make sure they are the most performant variants for iterators, arrays, and callbacks possible. You can check the latest benchmark results in the [GitHub Actions page](https://github.com/okikio/codepoint-iterator/actions/workflows/test-and-benchmark.yml).

**Machine**: [GitHub Action `ubuntu-latest`](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources)

Expand Down

0 comments on commit 28883a0

Please sign in to comment.