chore: Reflect new names in benchmark
This commit is contained in:
parent
92ec7569b1
commit
2379f87ca1
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ pub fn main() !void {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res.args.benchmark != 0) {
|
if (res.args.benchmark != 0) {
|
||||||
(try benchmark.run(benchmark_encode)).print("b64_encode");
|
(try benchmark.run(benchmark_encode)).print("encode");
|
||||||
(try benchmark.run(benchmark_decode)).print("b64_decode");
|
(try benchmark.run(benchmark_decode)).print("decode");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue