Add raw results on citron vert + scripts
This commit is contained in:
parent
17e1b283d8
commit
e2212e61b9
16
cache_utils/results-17e1b28/Iterations_citron_vert.txt
Normal file
16
cache_utils/results-17e1b28/Iterations_citron_vert.txt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Iteration 0...
|
||||||
|
Iteration 0...ok
|
||||||
|
Iteration 1...
|
||||||
|
Iteration 1...ok
|
||||||
|
Iteration 2...
|
||||||
|
Iteration 2...ok
|
||||||
|
Iteration 3...
|
||||||
|
Iteration 3...ok
|
||||||
|
Iteration 4...
|
||||||
|
Iteration 4...ok
|
||||||
|
Iteration 5...
|
||||||
|
Iteration 5...ok
|
||||||
|
Iteration 6...
|
||||||
|
Iteration 6...ok
|
||||||
|
Iteration 7...
|
||||||
|
Iteration 7...ok
|
2584
cache_utils/results-17e1b28/cache_utils_log_citrovert.txt
Normal file
2584
cache_utils/results-17e1b28/cache_utils_log_citrovert.txt
Normal file
File diff suppressed because it is too large
Load Diff
4
cache_utils/results-17e1b28/extract_iterations.awk
Normal file
4
cache_utils/results-17e1b28/extract_iterations.awk
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
start = $0
|
||||||
|
end = getline()
|
||||||
|
}
|
1
cache_utils/results-17e1b28/scripts.txt
Normal file
1
cache_utils/results-17e1b28/scripts.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
gawk '/^Iteration [:digit:]*[.]*/ { print /bin/bash }' < cache_utils_log_citrovert.txt > Iterations_citron_vert.txt
|
Loading…
Reference in New Issue
Block a user