Skip to content

Commit

Permalink
test with 64 with line
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jul 18, 2023
1 parent 4b7ef34 commit 89538a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

- name: Add synthetic huge data
if: steps.cache-data.outputs.cache-hit == 'true'
run: python -c "for n in range(7654321):print(f'{n:08x}')" >data/test.text
run: python -c "for n in range(7654321):print(f'{n:064x}')" >data/test.text

- name: Update PIP
run: python -m pip install --upgrade pip
Expand Down

0 comments on commit 89538a5

Please sign in to comment.