mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
parameterize measure_all.sh, update main graphs after merge
This commit is contained in:
parent
7817064885
commit
c380649763
3 changed files with 4 additions and 1 deletions
|
@ -6,8 +6,11 @@ if [ ! -d ".git" ] ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
SUBJECTS="zig-zap go python python-sanic rust-bythebook rust-clean rust-axum csharp cpp-beast"
|
||||
SUBJECTS="$1"
|
||||
|
||||
if [ -z "$SUBJECTS" ] ; then
|
||||
SUBJECTS="zig-zap go python python-sanic rust-bythebook rust-clean rust-axum csharp cpp-beast"
|
||||
fi
|
||||
|
||||
for S in $SUBJECTS; do
|
||||
L="$S.perflog"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Loading…
Add table
Reference in a new issue