Skip to content

Instantly share code, notes, and snippets.

View damiencuvillier's full-sized avatar
🏠
Working from home

Damien Cuvillier damiencuvillier

🏠
Working from home
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 <[email protected]>
# Since: 2023-11
# License: MIT
#