File: setup-ubuntu-benchmark.sh

package info (click to toggle)
libgit2 1.5.1%2Bds-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,804 kB
  • sloc: ansic: 187,873; sh: 1,186; python: 384; php: 65; makefile: 33
file content (20 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

set -ex

sudo apt-get update
sudo apt-get install -y --no-install-recommends \
	cargo \
	cmake \
	gcc \
	git \
	krb5-user \
	libkrb5-dev \
	libssl-dev \
	libz-dev \
	make \
	ninja-build \
	pkgconf

wget https://github.com/sharkdp/hyperfine/releases/download/v1.12.0/hyperfine_1.12.0_amd64.deb
sudo dpkg -i hyperfine_1.12.0_amd64.deb