-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadt_vec_reserve.txt
More file actions
16 lines (16 loc) · 928 Bytes
/
adt_vec_reserve.txt
File metadata and controls
16 lines (16 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2023-06-16T17:44:00+08:00
Running ./bin/adt_vec_reserve
Run on (16 X 3417.59 MHz CPU s)
CPU Caches:
L1 Data 48 KiB (x16)
L1 Instruction 32 KiB (x16)
L2 Unified 2048 KiB (x16)
L3 Unified 30720 KiB (x1)
Load Average: 4.08, 3.94, 2.77
-----------------------------------------------------------------------------------------------
Benchmark Time CPU Iterations
-----------------------------------------------------------------------------------------------
BM_erase<llvm::SmallVector<uint64_t, 1024>>/1024 28.3 ns 28.3 ns 24569754
BM_erase<std::vector<uint64_t>>/1024 28.4 ns 28.4 ns 24641741
BM_eraseSwap<llvm::SmallVector<uint64_t, 1024>>/1024 1.91 ns 1.91 ns 365685859
BM_eraseSwap<std::vector<uint64_t>>/1024 1.91 ns 1.91 ns 366539302