File: jogfile

package info (click to toggle)
rust-json5 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
setup-benches
  dir="benches/data"
  rm -rf "${dir}"
  mkdir -p "${dir}"
  cd "${dir}" || exit

  curl -fsSLo small.json 'https://api.github.com/repos/callum-oakley/json5-rs/commits?per_page=1'
  curl -fsSLo medium.json 'https://api.github.com/repos/callum-oakley/json5-rs/commits?per_page=10'
  curl -fsSLo large.json 'https://api.github.com/repos/callum-oakley/json5-rs/commits?per_page=100'