Skip to content

Commit c519e0e

Browse files
authored
Fix the references of the yjit-bench repository (#404)
1 parent 5e3777d commit c519e0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ruby: head
1818
- ruby: truffleruby
1919
skip: protoboeuf-encode ruby-lsp shipit
20-
if: ${{ github.event_name != 'schedule' || github.repository == 'Shopify/yjit-bench' }}
20+
if: ${{ github.event_name != 'schedule' || github.repository == 'ruby/yjit-bench' }}
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Ruby

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ We'd love your contributions! Folks have contributed new benchmarks, new test ha
22
and more. I'm sure there's more you'd like to see in yjit-bench.
33

44
If you have questions or problems getting set up, you're probably not the only
5-
one with difficulties. You can [file an issue](https://github.com/Shopify/yjit-bench/issues)
5+
one with difficulties. You can [file an issue](https://github.com/ruby/yjit-bench/issues)
66
and we'll answer as soon as we can.
77

8-
We welcome [GitHub Pull Requests](https://github.com/Shopify/yjit-bench/pulls) in
8+
We welcome [GitHub Pull Requests](https://github.com/ruby/yjit-bench/pulls) in
99
the usual way, though you'll need to sign a Shopify
1010
Contributor License Agreement - when you file the PR a bot should direct you through
1111
the process.
1212

1313
If you're looking for something to do, the
14-
[issue tracker](https://github.com/Shopify/yjit-bench/issues)
14+
[issue tracker](https://github.com/ruby/yjit-bench/issues)
1515
can also be helpful.
1616

1717
Right now documentation is mostly in the benchmark files and in the README.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ graphed in any spreadsheet editor.
2020

2121
Clone this repository:
2222
```
23-
git clone https://github.com/Shopify/yjit-bench.git yjit-bench
23+
git clone https://github.com/ruby/yjit-bench.git yjit-bench
2424
```
2525

2626
### Benchmarking YJIT

0 commit comments

Comments
 (0)