4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/bash
|
||
|
mv benchmark.log benchmark.baseline.log
|
||
|
mv perf.data perf.baseline.data
|