https://github.com/viperproject/vs-verification-toolbox-release-testing
Repository with some releases to test vs-verification-toolbox
https://github.com/viperproject/vs-verification-toolbox-release-testing
Last synced: 4 months ago
JSON representation
Repository with some releases to test vs-verification-toolbox
- Host: GitHub
- URL: https://github.com/viperproject/vs-verification-toolbox-release-testing
- Owner: viperproject
- License: cc0-1.0
- Created: 2020-10-08T11:27:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T12:05:27.000Z (over 5 years ago)
- Last Synced: 2025-03-12T22:26:17.889Z (over 1 year ago)
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vs-verification-toolbox-release-testing
This repository is intenionally left empty.
It's main purpose is to host several pre- and non-prereleases that can be used to test some features in the vs-verification-toolbox repository.
## Release Assets
The assets have been created as follows:
- small.bin: `head -c 10 < /dev/urandom > small.bin`
- medium.bin: `head -c 1000000 < /dev/urandom > medium.bin`
- large.bin: `head -c 10000000 < /dev/urandom > large.bin`
- small.zip: `zip small.zip small.bin`
- medium.zip: `zip medium.zip medium.bin`
- large.zip: `zip large.zip large.bin`
Note that each release uses newly generated `.bin` files.