Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
ddribin
10 months agoNew Contributor
"op read" is pretty slow, ~700ms per invocation
Hi all,
I've noticed that op read is pretty slow, taking on the order of 700ms per invocation. Here's a benchmark using the hyerfine tool:
% hyperfine --warmup 3 "op read op://private/o...
reps
6 months agoNew Contributor
shell
hyperfine --warmup 3 'op run -- echo'
Benchmark 1: op run -- echo
Time (mean ± σ): 2.131 s ± 0.066 s [User: 0.063 s, System: 0.020 s]
Range (min … max): 2.012 s … 2.208 s 10 runs
op run is also very slow