This website requires JavaScript.
Explore
Help
Sign In
Orange-OpenSource
/
hurl
Watch
1
Star
1
Fork
0
You've already forked hurl
mirror of
https://github.com/Orange-OpenSource/hurl.git
synced
2024-11-26 11:43:08 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ba3c95c02d
hurl
/
bench
/
run.sh
6 lines
65 B
Bash
Raw
Normal View
History
Unescape
Escape
Create Bench suite
2021-03-20 14:07:35 +03:00
#!/bin/bash
Standardised shell scripts shebang and error handling
2022-12-14 11:28:25 +03:00
set
-Eeuo pipefail
Create Bench suite
2021-03-20 14:07:35 +03:00
time
hurl tests/hello_1000.hurl
Standardised shell scripts shebang and error handling
2022-12-14 11:28:25 +03:00
Reference in New Issue
Copy Permalink