mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
Rename old project name references
This commit is contained in:
committed by
Kirill Bulatov
parent
260ec20a02
commit
b8eb908a3d
@@ -1,11 +1,11 @@
|
||||
#![allow(unused)]
|
||||
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use utils::zid;
|
||||
use utils::id;
|
||||
|
||||
pub fn bench_zid_stringify(c: &mut Criterion) {
|
||||
// Can only use public methods.
|
||||
let ztl = zid::ZTenantTimelineId::generate();
|
||||
let ztl = id::TenantTimelineId::generate();
|
||||
|
||||
c.bench_function("zid.to_string", |b| {
|
||||
b.iter(|| {
|
||||
|
||||
Reference in New Issue
Block a user