Skip to content

Instantly share code, notes, and snippets.

View nischalkumar's full-sized avatar

nischal kumar nischalkumar

  • Bangalore, India
View GitHub Profile
#!/bin/bash
echo "" > data_final.csv
for i in {1..5}; do
./waf --run "pa2 --exp=exp$i" | grep -E 'Throughput|Average_Flow_Time' > output
first_throughput=""
last_throughput=""
last_flow_time=""