codespell
This commit is contained in:
+2
-2
@@ -83,7 +83,7 @@ void benchAllocNTScalar()
|
||||
|
||||
constexpr size_t niter = 1000u;
|
||||
|
||||
const Value protoype(nt::NTScalar{TypeCode::UInt64, true, true, true}.create());
|
||||
const Value prototype(nt::NTScalar{TypeCode::UInt64, true, true, true}.create());
|
||||
|
||||
std::vector<Value> can(niter);
|
||||
|
||||
@@ -93,7 +93,7 @@ void benchAllocNTScalar()
|
||||
StopWatch W;
|
||||
|
||||
(void)W.click();
|
||||
can[n] = protoype.cloneEmpty();
|
||||
can[n] = prototype.cloneEmpty();
|
||||
S.sample(W.click());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user