Skip to content

Instantly share code, notes, and snippets.

View damiencuvillier's full-sized avatar

Damien Cuvillier damiencuvillier

View GitHub Profile
@damiencuvillier
damiencuvillier / http-perf.sh
Created November 14, 2023 21:10
Bash script for testing http call performance
#!/bin/bash
# HTTP call response time measurement
#
# Author: Damien Cuvillier <damien.cuvillier@rts.ch>
# Since: 2023-11
# License: MIT
#