4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
mv target/benchmark.log target/benchmark.baseline.log
|
|
mv target/perf.data target/perf.baseline.data
|